Skip to content

Commit

Permalink
chore: add gha-workflow-validator to pull-request-main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Apr 26, 2024
1 parent 7d4c359 commit 92bc4a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull-request-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,15 @@ jobs:
gc-basic-auth: ${{ secrets.GRAFANA_INTERNAL_BASIC_AUTH }}
gc-host: ${{ secrets.GRAFANA_INTERNAL_HOST }}
gc-org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }}


validate-worfklow-changes:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: GHA Workflow Validator
uses: smartcontractkit/.github/actions/gha-workflow-validator@7d4c3591affba99d0b073e527569ec6638518d41 # gha-workflow-validator@0.1.0
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 92bc4a9

Please sign in to comment.