We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f30d8c commit edaf1aaCopy full SHA for edaf1aa
1 file changed
.github/workflows/base-release.yaml
@@ -37,6 +37,8 @@ jobs:
37
- GOOS: darwin
38
GOARCH: arm
39
runs-on: ${{ inputs.runner_os }}
40
+ permissions:
41
+ packages: write
42
43
steps:
44
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -107,7 +109,7 @@ jobs:
107
109
GOAMD64: v1
108
110
GOPPC64: power8
111
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
- GITHUB_TOKEN: ${{ secrets.GH_PAT }}
112
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113
COSIGN_YES: true
114
115
- name: Move built artifacts
@@ -130,7 +132,7 @@ jobs:
130
132
GOOS: ${{ matrix.GOOS }}
131
133
GOARCH: ${{ matrix.GOARCH }}
134
GOARM: 7 # Default is 6
135
136
137
138
0 commit comments