Skip to content

Commit 3e3fc11

Browse files
authored
Merge pull request #91 from luigidematteis/fix/openserverless-testing-token
Correct reference to token for openserverless-testing
2 parents f864d38 + 0afe3bd commit 3e3fc11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Get PR details
6262
id: pr
6363
env:
64-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
GH_TOKEN: ${{ secrets.OPENSERVERLESS_TESTING_PAT }}
6565
run: |
6666
PR_JSON=$(gh api repos/${{ github.repository }}/pulls/${{ steps.parse.outputs.pr_number }})
6767
echo "ref=$(echo "$PR_JSON" | jq -r '.head.ref')" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)