Skip to content

Commit 9f06120

Browse files
authored
Update openinsight-release-packages.yaml
1 parent 3b99047 commit 9f06120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
#if: steps.go-cache.outputs.cache-hit != 'true'
7272
run: make install-tools
7373
- name: Login to GitHub Package Registry
74-
uses: docker/login-action@v2
74+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.repository_owner }}
78-
password: ${{ secrets.ACTIONS_TOKEN }}
78+
password: ${{ secrets.GITHUB_TOKEN }}
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)