File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - name : Checkout repository
17- uses : actions/checkout@v3
18-
19- - name : Get current branch name
20- id : get-branch-name
21- run : echo "branch_name=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
22-
2316 - name : Call Code Sample Tester Actor
2417 env :
25- APIFY_TOKEN : ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
26- BRANCH_NAME : ${{ env.branch_name }}
18+ # APIFY_TOKEN: ${{ secrets.CODE_SAMPLE_TESTER_ACTOR_TOKEN }}
19+ APIFY_TOKEN : apify_api_cUpIjxWrtMdy6Ctqnz9PhYyTjdqWcI4tjFTr
20+ BRANCH_NAME : ${{ github.ref_name }}
2721 run : |
2822 curl --fail-with-body -X POST "https://api.apify.com/v2/acts/X8D0L4wfpO8fCL1uL/run-sync" \
2923 -H "Content-Type: application/json" \
You can’t perform that action at this time.
0 commit comments