We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f17e2e commit 60c1b27Copy full SHA for 60c1b27
.github/workflows/ci.yml
@@ -45,6 +45,9 @@ jobs:
45
46
- name: Build changed manifests
47
if: github.event_name == 'pull_request'
48
+ env:
49
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
+ GH_REPO: ${{ github.repository }}
51
run: |
52
set -e
53
FILES=$(gh pr view "${{ github.event.number }}" --json files --jq '.files[].path')
0 commit comments