We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b99047 commit 9f06120Copy full SHA for 9f06120
.github/workflows/openinsight-release-packages.yaml
@@ -71,11 +71,11 @@ jobs:
71
#if: steps.go-cache.outputs.cache-hit != 'true'
72
run: make install-tools
73
- name: Login to GitHub Package Registry
74
- uses: docker/login-action@v2
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
75
with:
76
registry: ghcr.io
77
username: ${{ github.repository_owner }}
78
- password: ${{ secrets.ACTIONS_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
79
- run: make genotelcontribcol
80
- name: Build otel col contrib amd64
81
run: GOOS=linux GOARCH=amd64 make otelcontribcol && cp ./bin/otelcontribcol_linux_amd64 ./cmd/otelcontribcol_linux_amd64
0 commit comments