diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1b585ef..c2560c7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -60,16 +60,10 @@ jobs: # Force-push to pages branch git push --force "https://${ACTOR}:${GITEA_TOKEN}@${GITEA_SERVER#https://}/${REPO}.git" pages - - name: Test - shell: bash - run: | - echo "Site id: ${{ secrets.QUAY_SITE_ID }}" - echo "Token length: #${{ secrets.QUAY_TOKEN }}" - - name: Quay deployment if: success() uses: https://git.fish/quay/quay-deployment@main with: - DEPLOY_TOKEN: ${{ secrets.QUAY_TOKEN }} + DEPLOY_TOKEN: ${{ secrets.QUAY_DEPLOY_TOKEN }} SITE_ID: ${{ secrets.QUAY_SITE_ID }} BASE_URL: https://quay.jan.run \ No newline at end of file