We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35e079a + 0e48304 commit 43638a9Copy full SHA for 43638a9
1 file changed
.github/workflows/tagpr.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Generate token
17
id: generate_token
18
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
+ uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
19
with:
20
client-id: ${{ secrets.PR_MAKER_APP_ID }}
21
private-key: ${{ secrets.PR_MAKER_APP_PRIVATE_KEY }}
0 commit comments