|
23 | 23 | uses: actions/checkout@v3
|
24 | 24 | with:
|
25 | 25 | repository: ${{ github.repository }}
|
26 |
| - token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} |
| 26 | + token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} |
27 | 27 | ref: development
|
28 | 28 |
|
29 | 29 | - name: Create and push release branch
|
|
36 | 36 | runs-on: macOS-12
|
37 | 37 | needs: create-release-branch
|
38 | 38 | env:
|
39 |
| - GITHUB_ACCESS_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} |
| 39 | + GITHUB_ACCESS_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} |
40 | 40 | COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
|
41 | 41 | steps:
|
42 | 42 | - name: Checkout
|
|
57 | 57 | with:
|
58 | 58 | fetch-depth: 0
|
59 | 59 | repository: ${{ github.repository }}
|
60 |
| - token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} |
| 60 | + token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} |
61 | 61 | ref: main
|
62 | 62 |
|
63 | 63 | - name: Merge release branch into main branch
|
|
67 | 67 | - name: Release --dry-run
|
68 | 68 | if: ${{ github.event.inputs.dryRun == 'true'}}
|
69 | 69 | env:
|
70 |
| - GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} |
| 70 | + GITHUB_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} |
71 | 71 | GIT_AUTHOR_NAME: mparticle-bot
|
72 | 72 | GIT_AUTHOR_EMAIL: [email protected]
|
73 | 73 | GIT_COMMITTER_NAME: mparticle-bot
|
|
84 | 84 | - name: Release
|
85 | 85 | if: ${{ github.event.inputs.dryRun == 'false'}}
|
86 | 86 | env:
|
87 |
| - GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} |
| 87 | + GITHUB_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} |
88 | 88 | GIT_AUTHOR_NAME: mparticle-bot
|
89 | 89 | GIT_AUTHOR_EMAIL: [email protected]
|
90 | 90 | GIT_COMMITTER_NAME: mparticle-bot
|
@@ -121,7 +121,7 @@ jobs:
|
121 | 121 | with:
|
122 | 122 | fetch-depth: 0
|
123 | 123 | repository: ${{ github.repository }}
|
124 |
| - token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} |
| 124 | + token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} |
125 | 125 | ref: main
|
126 | 126 |
|
127 | 127 | - name: Merge release branch into main branch
|
|
0 commit comments