Skip to content

Commit 44f2a83

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ on:
2727
- main
2828
- insight-main
2929

30-
permissions:
31-
contents: read
32-
packages: write
33-
3430
env:
3531
# Use docker.io for Docker Hub if empty
3632
REGISTRY_SERVER_ADDRESS: ghcr.io/openinsight-proj
@@ -79,7 +75,7 @@ jobs:
7975
with:
8076
registry: ghcr.io
8177
username: ${{ github.repository_owner }}
82-
password: ${{ secrets.GITHUB_TOKEN }}
78+
password: ${{ secrets.ACTIONS_TOKEN }}
8379
- run: make genotelcontribcol
8480
- name: Build otel col contrib amd64
8581
run: GOOS=linux GOARCH=amd64 make otelcontribcol && cp ./bin/otelcontribcol_linux_amd64 ./cmd/otelcontribcol_linux_amd64

0 commit comments

Comments
 (0)