Merge pull request #153 from docker/dependabot/github_actions/actions/create-github-app-token-1.10.4

chore(deps): bump actions/create-github-app-token from 1.10.3 to 1.10.4
This commit is contained in:
Joel Kamp
2024-09-04 16:34:38 -05:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Generate GitHub App Token
id: app-token
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
with:
app-id: ${{ vars.ATTEST_RELEASE_APP_ID }}
private-key: ${{ secrets.ATTEST_RELEASE_APP_PRIVATE_KEY }}