We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9d531 commit 958b7d9Copy full SHA for 958b7d9
2 files changed
.github/workflows/regen.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Generate GitHub App token
16
id: app-token
17
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
18
with:
19
app-id: ${{ secrets.CQ_APP_ID }}
20
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
.github/workflows/release_pr.yml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments