Skip to content

Commit bc6cea0

Browse files
author
alianides
committed
updated to use GITHUB_TOKEN for tests
1 parent 27c2887 commit bc6cea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-setup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
WORKFLOW_AGENT: ubuntu-latest
5555
secrets:
5656
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
57-
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
57+
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
5959

6060
test-setup-smb-on-arm64:
@@ -67,7 +67,7 @@ jobs:
6767
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
6868
secrets:
6969
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
70-
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
70+
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
7272

7373

0 commit comments

Comments
 (0)