Skip to content

Commit 12469b8

Browse files
authored
chore(IDX): add check-repo-policies step to workflow (#177)
1 parent a4d674a commit 12469b8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/internal_vs_external.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,8 @@ jobs:
180180
GH_TOKEN: ${{ steps.app-token.outputs.token }}
181181
REPO: ${{ github.event.repository.name }}
182182
PR_ID: ${{ github.event.number }}
183+
184+
check-repo-policies:
185+
uses: dfinity/public-workflows/.github/workflows/repo_policies.yml@main
186+
secrets: inherit
187+

0 commit comments

Comments
 (0)