Skip to content

Commit

Permalink
fix: release tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Dec 19, 2024
1 parent 3de21a8 commit 218b6d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.RELEASE_TOKEN }}
password: ${{ secrets.GH_TOKEN }}

- name: ${{ matrix.release }}
env:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/test_release.yaml

This file was deleted.

0 comments on commit 218b6d2

Please sign in to comment.