chore: Update Docker workflow to use ACTIONS_PAT for authentication instead of PACKAGE_TOKEN
Build, Test, and Push CFDM Docker Image / test (push) Successful in 28s
Build, Test, and Push CFDM Docker Image / build-and-push (push) Successful in 4m38s
Build, Test, and Push CFDM Docker Image / update-wiki (push) Successful in 7s
Build, Test, and Push CFDM Docker Image / create-release (push) Has been skipped

This commit is contained in:
Denozordec
2026-06-22 14:06:18 +07:00
parent 880287efff
commit 3846184e5f
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
with:
registry: git.shts.su
username: ${{ gitea.actor }}
password: ${{ secrets.PACKAGE_TOKEN }}
password: ${{ secrets.ACTIONS_PAT }}
- name: Create version file
run: |