Skip to content

Commit

Permalink
chore: auto-labeler workflow perms and goreleaser config
Browse files Browse the repository at this point in the history
- [x] change contents: write to read for auto-labeler workflow
- [x] update goreleaser config due to deprecations
  - https://github.com/privateerproj/privateer/actions/runs/12999165564/job/36253914307#step:4:23-23

Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Jan 27, 2025
1 parent b0b7a7a commit 2aa48eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
auto_labeler:
permissions:
contents: write
contents: read
pull-requests: write
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
with:
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ builds:
- darwin

archives:
- format: tar.gz
- formats: ["tar.gz"]
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
Expand All @@ -33,7 +33,7 @@ archives:
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
formats: ["zip"]

changelog:
sort: asc
Expand Down

0 comments on commit 2aa48eb

Please sign in to comment.