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 028246f commit 44f2a83Copy full SHA for 44f2a83
.github/workflows/openinsight-release-packages.yaml
@@ -27,10 +27,6 @@ on:
27
- main
28
- insight-main
29
30
-permissions:
31
- contents: read
32
- packages: write
33
-
34
env:
35
# Use docker.io for Docker Hub if empty
36
REGISTRY_SERVER_ADDRESS: ghcr.io/openinsight-proj
@@ -79,7 +75,7 @@ jobs:
79
75
with:
80
76
registry: ghcr.io
81
77
username: ${{ github.repository_owner }}
82
- password: ${{ secrets.GITHUB_TOKEN }}
78
+ password: ${{ secrets.ACTIONS_TOKEN }}
83
- run: make genotelcontribcol
84
- name: Build otel col contrib amd64
85
run: GOOS=linux GOARCH=amd64 make otelcontribcol && cp ./bin/otelcontribcol_linux_amd64 ./cmd/otelcontribcol_linux_amd64
0 commit comments