We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695e682 commit 488bef4Copy full SHA for 488bef4
1 file changed
.github/workflows/trigger_gen.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Generate GitHub App token
13
id: app-token
14
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
15
with:
16
app-id: ${{ secrets.CQ_APP_ID }}
17
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
0 commit comments