Skip to content

Commit

Permalink
ci: update tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucktay committed Mar 2, 2023
1 parent 662bb71 commit 71b64b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.dependabot_token }}
github-token: ${{ secrets.DEPENDABOT_TOKEN }}
3 changes: 1 addition & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,4 @@ jobs:
with:
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLISH_HOMEBREW_TAPS }}
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ brews:
owner: jlucktay
name: homebrew-tap

# Optionally a token can be provided, if it differs from the token provided to GoReleaser.
token: "{{ .Env.HOMEBREW_TOKEN }}"

# Folder inside the repository to put the formula.
folder: HomebrewFormula

Expand Down

0 comments on commit 71b64b5

Please sign in to comment.