Skip to content

Commit

Permalink
test(ci): use secret.TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Mar 6, 2024
1 parent ab625ee commit 33be20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ env.GH_USER }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.TOKEN }}

- name: Upload assets to GHCR
run: |
Expand Down

0 comments on commit 33be20e

Please sign in to comment.