File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2929 publish_prerelease :
3030 name : Publish prelease (${{ inputs.release_channel }}) ${{ inputs.commit_sha }} @${{ inputs.dist_tag }}
3131 runs-on : ubuntu-latest
32+ permissions :
33+ # We use github.token to download the build artifact from a previous runtime_build_and_test.yml run
34+ actions : read
3235 steps :
3336 - uses : actions/checkout@v4
3437 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1616 publish_prerelease_canary :
1717 name : Publish to Canary channel
1818 uses : facebook/react/.github/workflows/runtime_prereleases.yml@main
19+ permissions :
20+ # We use github.token to download the build artifact from a previous runtime_build_and_test.yml run
21+ actions : read
1922 with :
2023 commit_sha : ${{ inputs.prerelease_commit_sha }}
2124 release_channel : stable
3639 publish_prerelease_experimental :
3740 name : Publish to Experimental channel
3841 uses : facebook/react/.github/workflows/runtime_prereleases.yml@main
42+ permissions :
43+ # We use github.token to download the build artifact from a previous runtime_build_and_test.yml run
44+ actions : read
3945 # NOTE: Intentionally running these jobs sequentially because npm
4046 # will sometimes fail if you try to concurrently publish two
4147 # different versions of the same package, even if they use different
Original file line number Diff line number Diff line change 1414 publish_prerelease_canary :
1515 name : Publish to Canary channel
1616 uses : facebook/react/.github/workflows/runtime_prereleases.yml@main
17+ permissions :
18+ # We use github.token to download the build artifact from a previous runtime_build_and_test.yml run
19+ actions : read
1720 with :
1821 commit_sha : ${{ github.sha }}
1922 release_channel : stable
2427 publish_prerelease_experimental :
2528 name : Publish to Experimental channel
2629 uses : facebook/react/.github/workflows/runtime_prereleases.yml@main
30+ permissions :
31+ # We use github.token to download the build artifact from a previous runtime_build_and_test.yml run
32+ actions : read
2733 # NOTE: Intentionally running these jobs sequentially because npm
2834 # will sometimes fail if you try to concurrently publish two
2935 # different versions of the same package, even if they use different
You can’t perform that action at this time.
0 commit comments