File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 8585 docker pull eu.gcr.io/development-156220/fatmouse/python-builder:master
8686 docker tag eu.gcr.io/development-156220/fatmouse/python-builder:master fatmouse/python-builder:master
8787 echo "::endgroup::"
88- - name : Get current job log URL
89- uses : Tiryoh/gha-jobid-action@v0
90- id : get-job-id
91- with :
92- github_token : ${{ secrets.GITHUB_TOKEN }}
93- job_name : ${{ github.job }}
9488 - name : Generate run tag
9589 shell : bash
9690 run : |
9993 else
10094 RERUN_SUFFIX=$(echo -${{ github.run_attempt }})
10195 fi
102- echo "RUN_TAG=e2e-${{ github.workflow }}-${{ github.job }} -${{ github.run_number }}${RERUN_SUFFIX}" >> $GITHUB_ENV
96+ echo "RUN_TAG=e2e-go-scalr-external-pr -${{ github.run_number }}${RERUN_SUFFIX}" >> $GITHUB_ENV
10397 - name : Create container
10498 id : create
10599 shell : bash
@@ -167,7 +161,7 @@ jobs:
167161 if : ${{ always() && steps.run-tests.outcome != 'failure' && steps.run-tests.outcome != 'success' }}
168162 uses : actions/github-script@v3
169163 with :
170- github-token : ${{ secrets.GH_TOKEN }}
164+ github-token : ${{ secrets.GH_PAT }}
171165 script : |
172166 github.repos.createCommitStatus({
173167 owner: 'Scalr',
You can’t perform that action at this time.
0 commit comments