Trying to comment personal access token

This commit is contained in:
David Négrier 2021-12-24 16:45:32 +01:00
parent cf67b95e5b
commit 03d8562a65
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
uses: machulav/ec2-github-runner@v2
with:
mode: start
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
#github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
ec2-image-id: ami-0070a0f2d7073ed91
ec2-instance-type: t3.xlarge
subnet-id: subnet-0ac40025f559df1bc
@ -118,6 +118,6 @@ jobs:
uses: machulav/ec2-github-runner@v2
with:
mode: stop
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
#github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
label: ${{ needs.start-runner.outputs.label }}
ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }}