We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d01019 commit f929a2dCopy full SHA for f929a2d
.github/workflows/base-release.yaml
@@ -107,7 +107,7 @@ jobs:
107
with:
108
registry: ghcr.io
109
username: ${{ github.repository_owner }}
110
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GH_PAT }}
111
112
- name: Create artifacts directory to store build artifacts
113
if: inputs.distribution == 'otelcol-contrib'
@@ -130,7 +130,7 @@ jobs:
130
GOAMD64: v1
131
GOPPC64: power8
132
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
133
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
134
COSIGN_YES: true
135
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
136
0 commit comments