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 67717ae commit fbbcdc1Copy full SHA for fbbcdc1
1 file changed
.github/workflows/upstream.yml
@@ -18,7 +18,9 @@ jobs:
18
- name: Create Pull Request from Upstream
19
uses: repo-sync/github-sync@v2
20
with:
21
- sync_repo: "tgstation/tgstation"
22
- sync_branch: "master"
23
target_branch: "master"
24
github_token: ${{ secrets.GITHUB_TOKEN }}
+ source_repo: "tgstation/tgstation"
+ source_branch: "master"
25
+ destination_branch: "master"
26
+ github_token: ${{ secrets.PAT }}
0 commit comments