Skip to content

Commit f929a2d

Browse files
committed
revert change of github token in base-release
1 parent 9d01019 commit f929a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/base-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
registry: ghcr.io
109109
username: ${{ github.repository_owner }}
110-
password: ${{ secrets.GITHUB_TOKEN }}
110+
password: ${{ secrets.GH_PAT }}
111111

112112
- name: Create artifacts directory to store build artifacts
113113
if: inputs.distribution == 'otelcol-contrib'
@@ -130,7 +130,7 @@ jobs:
130130
GOAMD64: v1
131131
GOPPC64: power8
132132
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
133-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
133+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
134134
COSIGN_YES: true
135135
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
136136

0 commit comments

Comments
 (0)