Skip to content

Commit 6114e88

Browse files
authored
Update system-tests-pr.yaml
1 parent 3d403c4 commit 6114e88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/system-tests-pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
TEST_CLIENTS="[$(echo "$client_types" | sed 's/[^,]*/"&"/g')]"
6565
echo "test_clients=$TEST_CLIENTS" >> $GITHUB_OUTPUT
6666
- name: 'Get PR labels'
67+
env:
68+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
6769
run: |
6870
PR_LABELS=[$(echo $(gh api --jq '.labels.[].name' /repos/{owner}/{repo}/pulls/${{ github.event.pull_request.number }}) | sed 's/ /,/g')]
6971
echo "LABELS=$PR_LABELS" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)