There was an error while loading. Please reload this page.
2 parents f864d38 + 0afe3bd commit 3e3fc11Copy full SHA for 3e3fc11
1 file changed
.github/workflows/trigger-testing.yaml
@@ -61,7 +61,7 @@ jobs:
61
- name: Get PR details
62
id: pr
63
env:
64
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.OPENSERVERLESS_TESTING_PAT }}
65
run: |
66
PR_JSON=$(gh api repos/${{ github.repository }}/pulls/${{ steps.parse.outputs.pr_number }})
67
echo "ref=$(echo "$PR_JSON" | jq -r '.head.ref')" >> "$GITHUB_OUTPUT"
0 commit comments