Skip to content

Commit

Permalink
added PAT to allow for updating pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInDark committed Nov 18, 2024
1 parent 11e5ffc commit b9436d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit b9436d3

Please sign in to comment.