From 204a9378cef08f27bcb11866704618294687ba3e Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Fri, 14 Jun 2024 11:33:44 +0800 Subject: [PATCH] ci: remove read-vault testing Signed-off-by: Jack Yu --- .github/workflows/pull-request.yml | 12 ------------ 1 file changed, 12 deletions(-) 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: