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 0f2d803 commit 2104fc8Copy full SHA for 2104fc8
.github/workflows/pr-approval-check.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Mint installation token
14
id: app-token
15
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v2.1.4
16
with:
17
app-id: ${{ secrets.PR_APPROVAL_CHECK_APP_ID }}
18
private-key: ${{ secrets.PR_APPROVAL_CHECK }}
0 commit comments