From 657f9d1c3c10b92c3c6b97d7e3065640dec985e4 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Fri, 24 May 2024 10:00:06 +1200 Subject: [PATCH] chore: update workflow use gh syntax --- .github/workflows/verify-conformance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-conformance.yml b/.github/workflows/verify-conformance.yml index 7b5b306c08..c354656d52 100644 --- a/.github/workflows/verify-conformance.yml +++ b/.github/workflows/verify-conformance.yml @@ -27,8 +27,8 @@ jobs: --workdir "$PWD" \ ghcr.io/cncf-infra/verify-conformance/action:latest \ -plugin-config="$PWD/verify-conformance-config.yaml" \ - -github-app-id="$GH_APP_ID" \ - -github-app-private-key-path=./tmp/github-app-private-key + -github-app-id="${{ env.GH_APP_ID }}" \ + -github-app-private-key-path="$PWD/tmp/github-app-private-key" - name: cleanup if: ${{ always() }} run: |