We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2ed4c commit 9575239Copy full SHA for 9575239
.github/workflows/react-native-bot-merger.yml
@@ -14,9 +14,9 @@ jobs:
14
- name: Run React Native Bot
15
uses: actions/github-script@v5
16
env:
17
- REACT_NATIVE_BOT_GITHUB_TOKEN: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
+ REACT_NATIVE_BOT_GITHUB_TOKEN: ${{ secrets.REACT_NATIVE_BOT_REACT_WG_REACT_NATIVE_RELEASES_TOKEN }}
18
with:
19
- github-token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
+ github-token: ${{ secrets.REACT_NATIVE_BOT_REACT_WG_REACT_NATIVE_RELEASES_TOKEN }}
20
script: |
21
// List of allowed GitHub users to interact with @react-native-bot
22
const allowedUsers = [
0 commit comments