We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d403c4 commit 6114e88Copy full SHA for 6114e88
1 file changed
.github/workflows/system-tests-pr.yaml
@@ -64,6 +64,8 @@ jobs:
64
TEST_CLIENTS="[$(echo "$client_types" | sed 's/[^,]*/"&"/g')]"
65
echo "test_clients=$TEST_CLIENTS" >> $GITHUB_OUTPUT
66
- name: 'Get PR labels'
67
+ env:
68
+ GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
69
run: |
70
PR_LABELS=[$(echo $(gh api --jq '.labels.[].name' /repos/{owner}/{repo}/pulls/${{ github.event.pull_request.number }}) | sed 's/ /,/g')]
71
echo "LABELS=$PR_LABELS" >> "$GITHUB_ENV"
0 commit comments