ci(secrets): migrate GITHUB_TOKEN references to PROJECT_TOKEN secret

This commit is contained in:
Wikid82
2025-11-19 08:48:29 -05:00
parent c055a7676f
commit de484db648
5 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.PROJECT_TOKEN }}
# Step 5: Figure out what tags to use
- name: 🏷️ Extract metadata (tags, labels)