Skip to content

Commit 5b42d6b

Browse files
authored
chore: fix error 403 upload to Github registry (#33)
* Sygma OTEL Agent: login docker * Sygma OTEL Agent: testing * Sygma OTEL Agent: testing * Sygma OTEL Agent: package write to upload images
1 parent ccb2142 commit 5b42d6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/opentelemetry.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
types:
66
- published
77

8+
push:
9+
810
run-name: Release Sygma OTEL Collector - ${{ inputs.release_tag }} by @${{ github.actor }}
911

1012
env:
@@ -19,6 +21,7 @@ jobs:
1921
permissions:
2022
contents: read
2123
id-token: write
24+
packages: write
2225

2326
steps:
2427
- name: Authorised User only

0 commit comments

Comments
 (0)