Skip to content

Commit

Permalink
defect: Address GitHub PAT issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimeaux committed Nov 14, 2024
1 parent 132d04d commit fb2d482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
version: latest
args: release --clean ${{ env.flags }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
X_BUILD_COMMIT: ${{ env.X_BUILD_COMMIT }}
X_GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ brews:
#
# Default: default repository branch.
# Templates: allowed.
# Example: "{{.ProjectName}}-{{.Version}}"
# branch: main
branch: "{{.ProjectName}}-{{.Version}}"
branch: main

pull_request:
enabled: true
base:
Expand Down

0 comments on commit fb2d482

Please sign in to comment.