Skip to content

Commit 06c490b

Browse files
author
alianides
committed
Update test-workflows to leverage wofklow provided GITHUB_TOKEN
1 parent 062dcf6 commit 06c490b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hotsvc-logging-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
WORKFLOW_AGENT: ubuntu-latest
2020
secrets:
2121
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
22-
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
22+
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
2424

2525

@@ -36,5 +36,5 @@ jobs:
3636
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
3737
secrets:
3838
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
39-
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
39+
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

0 commit comments

Comments
 (0)