diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c86a276d650..e57e1f896d2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,18 +4,6 @@ on: pull_request_target: jobs: - readvault: - runs-on: ubuntu-latest - permissions: - id-token: write - steps: - - name: Read some Secrets - uses: rancher-eio/read-vault-secrets@main - with: - secrets: | - secret/data/github/repo/${{ github.repository }}/netlify-auth-token/credentials token | NETLIFY_AUTH_TOKEN ; - secret/data/github/repo/${{ github.repository }}/netlify-site-id/credentials token | NETLIFY_SITE_ID - build: runs-on: ubuntu-latest permissions: