Skip to content

Commit

Permalink
auth with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Aug 30, 2024
1 parent 3307a72 commit 981ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Push changes back to target repo
run: |
git subtree push --prefix=${{matrix.module}} https://github.com/Apollo-XIV/${{matrix.module}}.git main
git subtree push --prefix=${{matrix.module}} https://$GITHUB_ACTOR:${{secrets.PERSONAL_ACCESS_TOKEN}}@github.com/Apollo-XIV/${{matrix.module}}.git main
- name: Clean up remotes
run: git remote remove ${{matrix.module}}

0 comments on commit 981ee66

Please sign in to comment.