Skip to content

Commit

Permalink
ci/cd: updated token to github token
Browse files Browse the repository at this point in the history
  • Loading branch information
ahagens committed Jul 2, 2024
1 parent 8458df9 commit 3f7233a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
submodules: true
lfs: false
token: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update date in data.json
run: |
current_date=$(date +'%Y.%-m.%-d')
Expand Down

0 comments on commit 3f7233a

Please sign in to comment.