diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75e43a24..a6c6eab7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,13 +10,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - - name: Debug Gitea Context - env: - GITEA_CONTEXT: ${{ toJson(gitea) }} - run: | - echo "Gitea Context:" - echo "$GITEA_CONTEXT" - name: Debug - Print Gitea context run: | @@ -35,7 +28,7 @@ jobs: with: registry: ${{vars.LOCAL_REGISTRY}} username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.TOKEN }} - name: Setup Ruby uses: ruby/setup-ruby@v1