Skip to content

Commit

Permalink
Fix for permissions issues after adding GitHub action to insert the d…
Browse files Browse the repository at this point in the history
…ate into the index.hml file of the last push.
  • Loading branch information
aldelucaizs committed Apr 30, 2024
1 parent 91dad46 commit d85153b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4 # Update to the latest version compatible with Node.js 20
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_PAT }}
token: ${{ secrets.GH_PAT }} # Use the PAT for checkout

- name: Replace __LAST_UPDATE__ placeholder
run: |
Expand Down

0 comments on commit d85153b

Please sign in to comment.