We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4dd42 commit f723a40Copy full SHA for f723a40
1 file changed
.github/workflows/ci.yaml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Create GitHub App token
82
id: app-token
83
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
84
with:
85
app-id: ${{ secrets.SUMUP_BOT_APP_ID }}
86
private-key: ${{ secrets.SUMUP_BOT_PRIVATE_KEY }}
0 commit comments