Skip to content

Commit

Permalink
Need a token
Browse files Browse the repository at this point in the history
Add a secret to your repo with a token called XIVCOMBO_TOKEN. Use https://github.com/cpina/github-action-push-to-another-repository to generate one for your account and add it to the repo.
  • Loading branch information
Iaotle committed Dec 23, 2021
1 parent ecd611e commit c3a3811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: ${{ env.PERSONAL_PLUGIN_REPO }}
token: ${{ github.token }}
token: ${{ secrets.XIVCOMBO_TOKEN }}
- uses: actions/download-artifact@v2
with:
name: PluginRepoZip
Expand Down

0 comments on commit c3a3811

Please sign in to comment.