We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cce3cf commit 907863bCopy full SHA for 907863b
.github/workflows/release.yml
@@ -14,4 +14,4 @@ jobs:
14
secrets:
15
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
16
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
17
- scoop-tap-github-token: ${{ secrets.SCOOP_BUCKET_GITHUB_TOKEN }}
+ scoop-tap-github-token: ${{ secrets.SCOOP_TAP_GITHUB_TOKEN }}
.goreleaser.yml
@@ -78,7 +78,7 @@ scoops:
78
- bucket:
79
owner: itzg
80
name: scoop-bucket
81
- token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
+ token: "{{ .Env.SCOOP_TAP_GITHUB_TOKEN }}"
82
folder: bucket
83
license: Apache2
84
description: Enables REST-like access to HTML pages by scraping and parsing them into JSON
0 commit comments