We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c501b0 commit 0db4472Copy full SHA for 0db4472
1 file changed
.github/workflows/rebase-open-prs.yml
@@ -14,5 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: mPokornyETM/rebase-open-prs-action@v1
17
+ env:
18
+ GH_TOKEN: ${{ github.token }}
19
with:
- github-token: ${{ secrets.GH_TOKEN_PAT }}
20
+ github-token: ${{ github.token }}
0 commit comments