diff --git a/.gitea/workflows/container-build.yaml b/.gitea/workflows/container-build.yaml index ee5ccf7..54eea9d 100644 --- a/.gitea/workflows/container-build.yaml +++ b/.gitea/workflows/container-build.yaml @@ -17,7 +17,4 @@ jobs: - run: ls - name: Check out repository code uses: actions/checkout@v3 - with: - repository: ${{ secrets.GITHUB_REF }} - token: ${{ secrets.GITHUB_TOKEN }} - run: echo "Testing"