Putting back token
This commit is contained in:
parent
03d8562a65
commit
b58f9ed6f7
4
.github/workflows/end_to_end_tests.yml
vendored
4
.github/workflows/end_to_end_tests.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
uses: machulav/ec2-github-runner@v2
|
uses: machulav/ec2-github-runner@v2
|
||||||
with:
|
with:
|
||||||
mode: start
|
mode: start
|
||||||
#github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
||||||
ec2-image-id: ami-0070a0f2d7073ed91
|
ec2-image-id: ami-0070a0f2d7073ed91
|
||||||
ec2-instance-type: t3.xlarge
|
ec2-instance-type: t3.xlarge
|
||||||
subnet-id: subnet-0ac40025f559df1bc
|
subnet-id: subnet-0ac40025f559df1bc
|
||||||
@ -118,6 +118,6 @@ jobs:
|
|||||||
uses: machulav/ec2-github-runner@v2
|
uses: machulav/ec2-github-runner@v2
|
||||||
with:
|
with:
|
||||||
mode: stop
|
mode: stop
|
||||||
#github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
||||||
label: ${{ needs.start-runner.outputs.label }}
|
label: ${{ needs.start-runner.outputs.label }}
|
||||||
ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }}
|
ec2-instance-id: ${{ needs.start-runner.outputs.ec2-instance-id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user