Skip to content

Commit 0e68d31

Browse files
authored
Merge pull request #440 from supabase/rs/fix-secret-name
fix: use correct secret name
2 parents 206da0f + e84a5c5 commit 0e68d31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-homebrew-tap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: app-token
1919
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2020
with:
21-
client-id: ${{ secrets.GH_APP_CLIENT_ID }}
21+
client-id: ${{ secrets.GH_APP_ID }}
2222
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
2323
owner: supabase
2424
repositories: homebrew-tap

.github/workflows/release-scoop-bucket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: app-token
1919
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2020
with:
21-
client-id: ${{ secrets.GH_APP_CLIENT_ID }}
21+
client-id: ${{ secrets.GH_APP_ID }}
2222
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
2323
owner: supabase
2424
repositories: scoop-bucket

0 commit comments

Comments
 (0)