Skip to content

Commit 03c9fd9

Browse files
authored
Merge pull request #94 from adamlui/dependabot/github_actions/actions/create-github-app-token-3.2.0
Bump actions/create-github-app-token from 3.1.1 to 3.2.0
2 parents d002973 + 4489dd4 commit 03c9fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-ai-personas-releases-to-project-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate KSB token
1616
id: ksb-token
17-
uses: actions/create-github-app-token@v3.1.1
17+
uses: actions/create-github-app-token@v3.2.0
1818
with:
1919
client-id: ${{ secrets.KSB_APP_ID }}
2020
private-key: ${{ secrets.KSB_PRIVATE_KEY }}

0 commit comments

Comments
 (0)