Skip to content

Commit 1394192

Browse files
committed
Update bitrise-trigger.yml
1 parent 3418ce0 commit 1394192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bitrise-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)