Skip to content

Commit f82a939

Browse files
ci: Update semantic release token
1 parent 2eb6411 commit f82a939

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ios-kit-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424
with:
2525
repository: ${{ github.repository }}
26-
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
26+
token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
2727
ref: development
2828

2929
- name: Create and push release branch
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: macOS-12
3737
needs: create-release-branch
3838
env:
39-
GITHUB_ACCESS_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
39+
GITHUB_ACCESS_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
4040
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
4141
steps:
4242
- name: Checkout
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
fetch-depth: 0
5959
repository: ${{ github.repository }}
60-
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
60+
token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
6161
ref: main
6262

6363
- name: Merge release branch into main branch
@@ -67,7 +67,7 @@ jobs:
6767
- name: Release --dry-run
6868
if: ${{ github.event.inputs.dryRun == 'true'}}
6969
env:
70-
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
70+
GITHUB_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
7171
GIT_AUTHOR_NAME: mparticle-bot
7272
GIT_AUTHOR_EMAIL: [email protected]
7373
GIT_COMMITTER_NAME: mparticle-bot
@@ -84,7 +84,7 @@ jobs:
8484
- name: Release
8585
if: ${{ github.event.inputs.dryRun == 'false'}}
8686
env:
87-
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
87+
GITHUB_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
8888
GIT_AUTHOR_NAME: mparticle-bot
8989
GIT_AUTHOR_EMAIL: [email protected]
9090
GIT_COMMITTER_NAME: mparticle-bot
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
fetch-depth: 0
123123
repository: ${{ github.repository }}
124-
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
124+
token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }}
125125
ref: main
126126

127127
- name: Merge release branch into main branch

0 commit comments

Comments
 (0)