Skip to content

Commit cc388b3

Browse files
authored
Update openinsight-release-packages.yaml
1 parent 44f2a83 commit cc388b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openinsight-release-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.repository_owner }}
78-
password: ${{ secrets.ACTIONS_TOKEN }}
78+
password: ${{ secrets.ACTIONS_TOKEN_GHCR }}
7979
- run: make genotelcontribcol
8080
- name: Build otel col contrib amd64
8181
run: GOOS=linux GOARCH=amd64 make otelcontribcol && cp ./bin/otelcontribcol_linux_amd64 ./cmd/otelcontribcol_linux_amd64

0 commit comments

Comments
 (0)