diff --git a/.gitea/workflows/container-build.yaml b/.gitea/workflows/container-build.yaml index 2ddb628..49af517 100644 --- a/.gitea/workflows/container-build.yaml +++ b/.gitea/workflows/container-build.yaml @@ -16,6 +16,4 @@ jobs: - run: ls - name: Check out repository code uses: actions/checkout@v3 - with: - token: ${{ secrets.github_token }} - run: echo "Testing"