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

This commit is contained in:
renovate[bot]
2026-05-14 10:14:25 +05:00
committed by Taimoor Zaeem
parent d75d2838fc
commit 16d4477c62
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Create Github App Token (Runs only on linkcheck failure)
id: app-token
if: ${{ failure() && steps.linkcheck.outcome == 'failure' }} # only create the token on linkcheck failure
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
app-id: ${{ vars.POSTGREST_CI_APP_ID }}
private-key: ${{ secrets.POSTGREST_CI_PRIVATE_KEY }}