Skip to content

Commit 6804941

Browse files
committed
update manifest repo names to supabase/*
1 parent fc90ba0 commit 6804941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
with:
19-
repository: imor/homebrew-tap #TODO: replace with supabase/homebrew-tap after testing
19+
repository: supabase/homebrew-tap
2020
ref: 'main'
2121
token: ${{ secrets.homebrew_tap_rw }}
2222
- name: Download Linux AMD64 package

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
with:
19-
repository: imor/scoop-bucket #TODO: replace with supabase/scoop-bucket after testing
19+
repository: supabase/scoop-bucket
2020
ref: 'main'
2121
token: ${{ secrets.scoop_bucket_rw }}
2222

0 commit comments

Comments
 (0)