diff --git a/.github/workflows/crawl.yaml b/.github/workflows/crawl.yaml index b0d999ef4..2c2f2cc88 100644 --- a/.github/workflows/crawl.yaml +++ b/.github/workflows/crawl.yaml @@ -9,7 +9,6 @@ on: - cron: '0 6 * * *' # Daily at 6 AM permissions: - id-token: write # Enable OIDC contents: write jobs: @@ -20,8 +19,6 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.18.x - # Install and setup gitsign so commits are signed by OIDC. - - uses: wlynch/gitsign-action@main - uses: google-github-actions/setup-gcloud@v1 with: