From 348d9760ee4ffaa810e780cb0aaafc912a85e59a Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 18 Jan 2023 16:03:47 -0500 Subject: [PATCH] don't sign commits --- .github/workflows/crawl.yaml | 3 --- 1 file changed, 3 deletions(-) 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: