Skip to content

Commit 81c1590

Browse files
authored
ci: upgrade create-github-app-token to v3.2.0 (#1383)
## Summary - Upgrades `actions/create-github-app-token` from v3.0.0 to v3.2.0 - In v3.2.0 `client-id` is the correct input (`app-id` is deprecated), fixing the broken "Generate token" step Fixes https://github.com/supabase/supabase-flutter/actions/runs/27011348688/job/79715439261
1 parent a820c74 commit 81c1590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Generate token
2323
id: app-token
24-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
24+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2525
with:
2626
client-id: ${{ vars.GH_APP_CLIENT_ID }}
2727
private-key: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)