diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index db2343e..ae0a143 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,10 +42,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # PACKAGE_TOKEN is provided by the runner environment, not a repo - # secret - it's already present in the job's shell environment. - name: Log in to the Gitea container registry run: echo "$PACKAGE_TOKEN" | docker login dev.pivoine.art -u ${{ github.repository_owner }} --password-stdin + env: + PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} - name: Build image run: |