Skip to content

Commit 059aee2

Browse files
Bobbins228openshift-ci[bot]
authored andcommitted
Updated token case
1 parent c5d5f46 commit 059aee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
release_tag=$(gh release view -R github.com/project-codeflare/codeflare-operator --json tagName | jq -r '.tagName')
3535
echo "RELEASE_TAG=$release_tag" >> $GITHUB_ENV
3636
env:
37-
GITHUB_TOKEN: ${{ github.TOKEN }}
37+
GITHUB_TOKEN: ${{ github.token }}
3838

3939
- name: Cleanup the go.mod and go.sum
4040
run: |

0 commit comments

Comments
 (0)