Skip to content

Commit

Permalink
Merge pull request #19 from microsoft/al/test-worfklow-update
Browse files Browse the repository at this point in the history
updated test-workflows to leverage workflow provided GITHUB_TOKEN
  • Loading branch information
daweins authored Aug 19, 2024
2 parents 3442699 + b9bc1b8 commit 2a972dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hostsvc-link-test-smb-on.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
SMB_ON: "true"
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 All @@ -39,5 +39,5 @@ jobs:
SMB_ON: "true"
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 }}
4 changes: 2 additions & 2 deletions .github/workflows/hostsvc-link-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 }}


Expand All @@ -36,5 +36,5 @@ 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 }}

0 comments on commit 2a972dc

Please sign in to comment.