Skip to content

Commit d0b6d98

Browse files
changing token names
1 parent 77b734a commit d0b6d98

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-scoop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Check SCOOP_TOKEN secret
13-
if: ${{ !secrets.SCOOP_TOKEN }}
12+
- name: Check HOMEBREW_TAP_TOKEN secret
13+
if: ${{ !secrets.HOMEBREW_TAP_TOKEN }}
1414
run: |
15-
echo "ERROR: SCOOP_TOKEN secret is not set. Add it to the repository secrets and rerun."
15+
echo "ERROR: HOMEBREW_TAP_TOKEN secret is not set. Add it to the repository secrets and rerun."
1616
exit 1
1717
1818
- name: Checkout scoop bucket
1919
uses: actions/checkout@v4
2020
with:
2121
repository: maurymarkowitz/scoop-bucket
22-
token: ${{ secrets.SCOOP_TOKEN }}
22+
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
2323
path: scoop-bucket
2424

2525
- name: Download Windows release asset

0 commit comments

Comments
 (0)