We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0451d95 commit 1c501b0Copy full SHA for 1c501b0
1 file changed
.github/workflows/rebase-open-prs.yml
@@ -5,8 +5,14 @@ on:
5
branches:
6
- master
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
+
12
jobs:
13
rebase-prs:
- uses: mPokornyETM/rebase-open-prs-action/.github/workflows/rebase-open-prs.yml@v1
- secrets:
- GH_PAT: ${{ secrets.GH_TOKEN_PAT }}
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: mPokornyETM/rebase-open-prs-action@v1
17
+ with:
18
+ github-token: ${{ secrets.GH_TOKEN_PAT }}
0 commit comments