File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 - name : Trigger Bitrise internal pipeline
1616 env :
1717 BITRISE_APP_SLUG : ${{ secrets.BITRISE_APP_SLUG }}
18- BITRISE_TOKEN : ${{ secrets.BITRISE_TOKEN }}
18+ BITRISE_ACCESS_TOKEN : ${{ secrets.BITRISE_ACCESS_TOKEN }}
1919 HEAD_REF : ${{ github.event.issue.pull_request.head.ref }}
2020 HEAD_REPO : ${{ github.event.issue.pull_request.head.repo.full_name }}
2121 COMMIT_SHA : ${{ github.event.issue.pull_request.head.sha }}
2222 COMMENT_BODY : ${{ github.event.comment.body }}
2323 run : |
2424 echo "Triggering Bitrise pipeline: build-apps-internal"
2525 curl -X POST "https://api.bitrise.io/v0.1/apps/${BITRISE_APP_SLUG}/pipelines" \
26- -H "Authorization: ${BITRISE_TOKEN }" \
26+ -H "Authorization: ${BITRISE_ACCESS_TOKEN }" \
2727 -H "Content-Type: application/json" \
2828 -d '{
2929 "pipeline_id": "build-apps-internal",
You can’t perform that action at this time.
0 commit comments