Skip to content

Commit

Permalink
ci: added token for scoop publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Sep 29, 2021
1 parent c1efca4 commit 0a200de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCOOP_BUCKET_GITHUB_TOKEN: ${{ secrets.SCOOP_BUCKET_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ scoop:
bucket:
owner: itzg
name: scoop-bucket
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
license: Apache2
description: Enables REST-like access to HTML pages by scraping and parsing them into JSON

0 comments on commit 0a200de

Please sign in to comment.