Skip to content

Commit 7490302

Browse files
committed
Add Github token to nightly e2e workflow
The token was missing, making the end-to-end test case for token-based auth fail in nightly runs.
1 parent 2e4a0d0 commit 7490302

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e-nightly-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
GIT_REPO_URL: "git@github.com:fleetrepoci/test.git"
173173
GIT_REPO_HOST: "github.com"
174174
GIT_REPO_USER: "git"
175+
GITHUB_PAT_TOKEN: ${{ secrets.CI_PRIVATE_REPO_PAT }}
175176
GIT_REPO_BRANCH: ${{ matrix.k3s_version }}
176177
CI_OCI_USERNAME: ${{ secrets.CI_OCI_USERNAME }}
177178
CI_OCI_PASSWORD: ${{ secrets.CI_OCI_PASSWORD }}

0 commit comments

Comments
 (0)