Skip to content

Commit

Permalink
updated to use GITHUB_TOKEN for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alianides committed Aug 15, 2024
1 parent 27c2887 commit bc6cea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
WORKFLOW_AGENT: ubuntu-latest
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

test-setup-smb-on-arm64:
Expand All @@ -67,7 +67,7 @@ jobs:
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}


Expand Down

0 comments on commit bc6cea0

Please sign in to comment.