Skip to content

Commit ad35e46

Browse files
authored
Merge pull request #29 from adamlui/dependabot/github_actions/actions/create-github-app-token-3.1.1
Bump actions/create-github-app-token from 3.0.0 to 3.1.1
2 parents b182b36 + 08d5a4c commit ad35e46

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.0.0
17+
uses: actions/create-github-app-token@v3.1.1
1818
with:
1919
app-id: ${{ secrets.KSB_APP_ID }}
2020
private-key: ${{ secrets.KSB_PRIVATE_KEY }}

0 commit comments

Comments
 (0)