Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
use gh syntax
  • Loading branch information
BobyMCbobs committed May 23, 2024
1 parent b613df6 commit 657f9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 657f9d1

Please sign in to comment.