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.
1 parent c5d5f46 commit 059aee2Copy full SHA for 059aee2
.github/workflows/build-and-push.yaml
@@ -34,7 +34,7 @@ jobs:
34
release_tag=$(gh release view -R github.com/project-codeflare/codeflare-operator --json tagName | jq -r '.tagName')
35
echo "RELEASE_TAG=$release_tag" >> $GITHUB_ENV
36
env:
37
- GITHUB_TOKEN: ${{ github.TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
38
39
- name: Cleanup the go.mod and go.sum
40
run: |
0 commit comments