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 d13ca8e commit 9801714Copy full SHA for 9801714
.github/workflows/cuda.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: machulav/ec2-github-runner@v2
23
with:
24
mode: start
25
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.PAT }}
26
ec2-image-id: ami-04cd9fec4a7a39019
27
ec2-instance-type: g4dn.xlarge
28
subnet-id: subnet-72d3e53e
@@ -62,6 +62,6 @@ jobs:
62
63
64
mode: stop
65
66
label: ${{ needs.start-runner.outputs.label }}
67
ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }}
0 commit comments