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 90f6d71 commit 2bcecc5Copy full SHA for 2bcecc5
1 file changed
.github/workflows/upstream.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Create Pull Request
32
uses: peter-evans/create-pull-request@v6
33
with:
34
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ steps.generate-token.outputs.token }}
35
branch: upstream_pr
36
base: master
37
title: "Upstream"
0 commit comments