Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit eca3078

Browse files
ci: remove unused token (#152)
1 parent a4ac30e commit eca3078

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tag.yml

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
run: |
3434
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
3535
make push
36-
env:
37-
PACKAGE_REPO_TOKEN: ${{ secrets.PACKAGE_REPO_TOKEN }}
3836
- name: Release
3937
uses: ncipollo/release-action@v1
4038
with:

0 commit comments

Comments
 (0)