We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b99066 commit 154285cCopy full SHA for 154285c
1 file changed
.github/workflows/prepare.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Generate a token
87
id: generate-token
88
if: steps.auth-check.outputs.use_app_auth == 'true'
89
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
90
with:
91
client-id: ${{ secrets.APP_ID }}
92
private-key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments