Skip to content

Commit 21ec0a9

Browse files
committed
secrets 🤫
1 parent 4e8602c commit 21ec0a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ jobs:
121121
yarn react-native run-windows --release --arch x64 --logging --no-packager --no-launch --no-deploy --msbuildprops "BundleEntryFile=index.ts" --no-telemetry
122122
release:
123123
name: Release
124-
permissions:
125-
contents: write
126-
issues: write
127-
pull-requests: write
128124
needs: [review, android, ios, macos, windows]
129125
runs-on: ubuntu-22.04
130126
steps:
@@ -140,7 +136,11 @@ jobs:
140136
yarn
141137
- name: Release
142138
env:
143-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
139+
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
140+
GIT_AUTHOR_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
141+
GIT_AUTHOR_NAME : ${{ secrets.GH_BOT_NAME }}
142+
GIT_COMMITTER_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
143+
GIT_COMMITTER_NAME: ${{ secrets.GH_BOT_NAME }}
144+
NPM_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}
145145
run: |
146146
yarn semantic-release

0 commit comments

Comments
 (0)