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 43111bb commit ba3e5e6Copy full SHA for ba3e5e6
.github/workflows/backport.yml
@@ -6,14 +6,14 @@ on:
6
- labeled
7
8
permissions:
9
- actions: write
10
- contents: write
11
- pull-requests: write
+ contents: read
12
13
jobs:
14
backport:
15
name: Backport
16
runs-on: ubuntu-latest
+ environment:
+ name: Backport
17
# Only react to merged PRs for security reasons.
18
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target.
19
if: >
@@ -27,4 +27,4 @@ jobs:
27
steps:
28
- uses: tibdex/backport@9565281eda0731b1d20c4025c43339fb0a23812e # v2.0.4
29
with:
30
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.BACKPORT_TOKEN }}
0 commit comments