Skip to content

Commit 60c1b27

Browse files
committed
ci: Add missing token env
1 parent 1f17e2e commit 60c1b27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
4646
- name: Build changed manifests
4747
if: github.event_name == 'pull_request'
48+
env:
49+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
GH_REPO: ${{ github.repository }}
4851
run: |
4952
set -e
5053
FILES=$(gh pr view "${{ github.event.number }}" --json files --jq '.files[].path')

0 commit comments

Comments
 (0)