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 1724e45 commit 24a27d1Copy full SHA for 24a27d1
.github/workflows/backport.yaml
@@ -28,7 +28,7 @@ jobs:
28
# This actions creates the github token using the postgrest app secrets
29
- name: Create Github App Token
30
id: app-token
31
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
32
with:
33
app-id: ${{ vars.POSTGREST_CI_APP_ID }}
34
private-key: ${{ secrets.POSTGREST_CI_PRIVATE_KEY }}
0 commit comments