We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c2887 commit bc6cea0Copy full SHA for bc6cea0
.github/workflows/test-setup.yaml
@@ -54,7 +54,7 @@ jobs:
54
WORKFLOW_AGENT: ubuntu-latest
55
secrets:
56
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
57
- GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
+ GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
59
60
test-setup-smb-on-arm64:
@@ -67,7 +67,7 @@ jobs:
67
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
68
69
70
71
72
73
0 commit comments