Skip to content

Commit 85f506a

Browse files
committed
fix(ci): misused GITHUB_TOKEN
Signed-off-by: Jef LeCompte <[email protected]>
1 parent c78674a commit 85f506a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: get and set semver
1919
run: echo "::set-env name=SEMVER::$(echo version.txt)"
2020
- name: login into github package registry
21-
run: docker login "docker.pkg.github.com" -u "$GITHUB_ACTOR" -p "$GITHUB_TOKEN"
21+
run: docker login "docker.pkg.github.com" -u "$GITHUB_ACTOR" -p "${{ secrets.GITHUB_TOKEN }}"
2222
- name: build nightly docker image
2323
if: ${{ ! steps.release.outputs.release_created }}
2424
run: |

0 commit comments

Comments
 (0)