diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index e82ac67..c0a11e8 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -19,7 +19,7 @@ jobs: with: registry: https://git.vhaudiquet.fr username: ${{ github.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.PACKAGES_TOKEN }} - name: Build and push docker image uses: docker/build-push-action@v6