chore(deps): update actions/create-github-app-token action to v3.1.1

This commit is contained in:
renovate[bot]
2026-04-12 15:51:35 +00:00
committed by Wolfgang Walther
parent 431f8586f5
commit 070eb2fc3a
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
# This actions creates the github token using the postgrest app secrets
- name: Create Github App Token
id: app-token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
with:
app-id: ${{ vars.POSTGREST_CI_APP_ID }}
private-key: ${{ secrets.POSTGREST_CI_PRIVATE_KEY }}