diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9f6cae2..be9ce79 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: with: registry: ${{ needs.essential.outputs.repo }} username: username - password: ${{ secrets.UNIR_REGISTRY_TOKEN }} + password: ${{ secrets.CI_READWRITE }} - name: Get arch suffix id: arch @@ -81,7 +81,7 @@ jobs: - name: Login to Gitea Registry run: | - echo ${{ secrets.UNIR_REGISTRY_TOKEN }} | docker login \ + echo ${{ secrets.CI_READWRITE }} | docker login \ -u username \ --password-stdin ${{ needs.essential.outputs.repo }}