Skip to content

Commit 8016837

Browse files
authored
Merge pull request #493 from docker/dependabot/github_actions/actions/create-github-app-token-3
build(deps): bump actions/create-github-app-token from 2 to 3
2 parents c8ad1c5 + f4d39be commit 8016837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
-
1515
name: GitHub auth token from GitHub App
1616
id: docker-read-app
17-
uses: actions/create-github-app-token@v2
17+
uses: actions/create-github-app-token@v3
1818
with:
1919
app-id: ${{ secrets.GHACTIONS_REPO_WRITE_APP_ID }}
2020
private-key: ${{ secrets.GHACTIONS_REPO_WRITE_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)