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 fc90ba0 commit 6804941Copy full SHA for 6804941
.github/workflows/release-homebrew-tap.yaml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
with:
19
- repository: imor/homebrew-tap #TODO: replace with supabase/homebrew-tap after testing
+ repository: supabase/homebrew-tap
20
ref: 'main'
21
token: ${{ secrets.homebrew_tap_rw }}
22
- name: Download Linux AMD64 package
.github/workflows/release-scoop-bucket.yaml
- repository: imor/scoop-bucket #TODO: replace with supabase/scoop-bucket after testing
+ repository: supabase/scoop-bucket
token: ${{ secrets.scoop_bucket_rw }}
0 commit comments