Skip to content

Commit d25408f

Browse files
authored
Merge pull request #223 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 d9a54c7 + d54f57a commit d25408f

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)