We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554f411 commit 3df84f2Copy full SHA for 3df84f2
1 file changed
.github/workflows/trigger-release.yml
@@ -18,14 +18,15 @@ jobs:
18
name: Trigger a release
19
runs-on: ubuntu-latest
20
env:
21
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.EXPO_BOT_PAT }}
22
INPUT_VERSION: ${{ github.event.inputs.version }}
23
INPUT_DRY_RUN: ${{ github.event.inputs.dry_run }}
24
steps:
25
- uses: actions/checkout@v4
26
with:
27
ref: main
28
fetch-depth: 0
29
+ token: ${{ secrets.EXPO_BOT_PAT }}
30
- uses: actions/setup-node@v4
31
32
node-version: 22
0 commit comments