We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b734a commit d0b6d98Copy full SHA for d0b6d98
1 file changed
.github/workflows/update-scoop.yml
@@ -9,17 +9,17 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - name: Check SCOOP_TOKEN secret
13
- if: ${{ !secrets.SCOOP_TOKEN }}
+ - name: Check HOMEBREW_TAP_TOKEN secret
+ if: ${{ !secrets.HOMEBREW_TAP_TOKEN }}
14
run: |
15
- echo "ERROR: SCOOP_TOKEN secret is not set. Add it to the repository secrets and rerun."
+ echo "ERROR: HOMEBREW_TAP_TOKEN secret is not set. Add it to the repository secrets and rerun."
16
exit 1
17
18
- name: Checkout scoop bucket
19
uses: actions/checkout@v4
20
with:
21
repository: maurymarkowitz/scoop-bucket
22
- token: ${{ secrets.SCOOP_TOKEN }}
+ token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
23
path: scoop-bucket
24
25
- name: Download Windows release asset
0 commit comments