diff --git a/.github/workflows/end_to_end_tests.yml b/.github/workflows/end_to_end_tests.yml index a5050496..b473e0f2 100644 --- a/.github/workflows/end_to_end_tests.yml +++ b/.github/workflows/end_to_end_tests.yml @@ -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 }}