Skip to content

Commit

Permalink
chore(pr-validation): remove unused token
Browse files Browse the repository at this point in the history
  • Loading branch information
weisdd committed May 19, 2024
1 parent 2c0a145 commit 9607606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ jobs:
fi
- name: Check if overlays can be successfully built
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
for d in deploy/kustomize/overlays/*/ ; do
kustomize build "$d" --load-restrictor LoadRestrictionsNone > /dev/null
Expand Down

0 comments on commit 9607606

Please sign in to comment.