Skip to content

Commit 59f2768

Browse files
authored
Update openinsight-release-packages.yaml
1 parent b91649e commit 59f2768

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ on:
3030
env:
3131
# Use docker.io for Docker Hub if empty
3232
REGISTRY_SERVER_ADDRESS: ghcr.io/openinsight-proj
33-
REGISTRY_USER_NAME: ${{ github.repository_owner }}
34-
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
3533

3634
jobs:
3735
release-images:
@@ -77,7 +75,7 @@ jobs:
7775
with:
7876
registry: ghcr.io
7977
username: ${{ github.repository_owner }}
80-
password: ${{ secrets.ACTIONS_TOKEN }}
78+
password: ${{ secrets.GITHUB_TOKEN }}
8179
- run: make genotelcontribcol
8280
- name: Build otel col contrib amd64
8381
run: GOOS=linux GOARCH=amd64 make otelcontribcol && cp ./bin/otelcontribcol_linux_amd64 ./cmd/otelcontribcol_linux_amd64
@@ -93,4 +91,4 @@ jobs:
9391
context: .
9492
platforms: linux/amd64,linux/arm64
9593
push: true
96-
tags: ${{ env.REGISTRY_SERVER_ADDRESS }}/opentelemetry-collector-contrib:${{ env.VERSION }}-${{ env.TAG }}
94+
tags: ${{ env.REGISTRY_SERVER_ADDRESS }}/opentelemetry-collector-contrib:${{ env.VERSION }}-${{ env.TAG }}

0 commit comments

Comments
 (0)