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.
GITHUB_TOKEN
1 parent c78674a commit 85f506aCopy full SHA for 85f506a
.github/workflows/cd.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: get and set semver
19
run: echo "::set-env name=SEMVER::$(echo version.txt)"
20
- name: login into github package registry
21
- run: docker login "docker.pkg.github.com" -u "$GITHUB_ACTOR" -p "$GITHUB_TOKEN"
+ run: docker login "docker.pkg.github.com" -u "$GITHUB_ACTOR" -p "${{ secrets.GITHUB_TOKEN }}"
22
- name: build nightly docker image
23
if: ${{ ! steps.release.outputs.release_created }}
24
run: |
0 commit comments