Skip to content

Commit 907863b

Browse files
authored
build: needs SCOOP_TAP_GITHUB_TOKEN (#45)
1 parent 7cce3cf commit 907863b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
secrets:
1515
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
1616
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
17-
scoop-tap-github-token: ${{ secrets.SCOOP_BUCKET_GITHUB_TOKEN }}
17+
scoop-tap-github-token: ${{ secrets.SCOOP_TAP_GITHUB_TOKEN }}

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ scoops:
7878
- bucket:
7979
owner: itzg
8080
name: scoop-bucket
81-
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
81+
token: "{{ .Env.SCOOP_TAP_GITHUB_TOKEN }}"
8282
folder: bucket
8383
license: Apache2
8484
description: Enables REST-like access to HTML pages by scraping and parsing them into JSON

0 commit comments

Comments
 (0)