Skip to content

Commit 68f792c

Browse files
Use GITHUB_TOKEN for testing
1 parent e53b07f commit 68f792c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-fork-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
secrets:
7373
registry-username: ${{ github.repository_owner }}
7474
registry-token: ${{ secrets.GITHUB_TOKEN }}
75-
cicd-gh-token: ${{ secrets.CICD_TOKEN }}
75+
cicd-gh-token: ${{ secrets.GITHUB_TOKEN }}
7676

7777
# TODO test that image was made with a new DOCKER_TAG from a specific branch
7878
validate-pr-with-updated-version-open:

0 commit comments

Comments
 (0)