We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2500bbc commit 4729610Copy full SHA for 4729610
.github/workflows/automerge.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Generate token
22
id: token
23
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
24
with:
25
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
26
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
0 commit comments