We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af22d4 commit 4d69324Copy full SHA for 4d69324
.github/workflows/e2e.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Generate a token
88
if: ${{ github.event_name == 'pull_request' && !cancelled() }}
89
id: generate-comment-app-token
90
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1
+ uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1
91
with:
92
app-id: ${{ vars.PW_REPORTS_COMMENT_APP_ID }}
93
private-key: ${{ secrets.PW_REPORTS_COMMENT_APP_PRIVATE_KEY }}
0 commit comments