We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6ab683 + 699dabf commit 9139c9dCopy full SHA for 9139c9d
.github/workflows/update-dist.yml
@@ -21,7 +21,7 @@ jobs:
21
-
22
name: GitHub auth token from GitHub App
23
id: docker-read-app
24
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
25
with:
26
app-id: ${{ secrets.GHACTIONS_REPO_WRITE_APP_ID }}
27
private-key: ${{ secrets.GHACTIONS_REPO_WRITE_APP_PRIVATE_KEY }}
0 commit comments