Skip to content

Commit fbbcdc1

Browse files
authored
Add files via upload
1 parent 67717ae commit fbbcdc1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/upstream.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- name: Create Pull Request from Upstream
1919
uses: repo-sync/github-sync@v2
2020
with:
21-
sync_repo: "tgstation/tgstation"
22-
sync_branch: "master"
2321
target_branch: "master"
2422
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
source_repo: "tgstation/tgstation"
24+
source_branch: "master"
25+
destination_branch: "master"
26+
github_token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)