Skip to content

Commit 9575239

Browse files
authored
Update secret name in react-native-bot-merger.yml
1 parent 6d2ed4c commit 9575239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/react-native-bot-merger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: Run React Native Bot
1515
uses: actions/github-script@v5
1616
env:
17-
REACT_NATIVE_BOT_GITHUB_TOKEN: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
17+
REACT_NATIVE_BOT_GITHUB_TOKEN: ${{ secrets.REACT_NATIVE_BOT_REACT_WG_REACT_NATIVE_RELEASES_TOKEN }}
1818
with:
19-
github-token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
19+
github-token: ${{ secrets.REACT_NATIVE_BOT_REACT_WG_REACT_NATIVE_RELEASES_TOKEN }}
2020
script: |
2121
// List of allowed GitHub users to interact with @react-native-bot
2222
const allowedUsers = [

0 commit comments

Comments
 (0)