Skip to content

Commit 0afe3bd

Browse files
Correct reference to token for openserverless-testing
Signed-off-by: Luigi De Matteis <ldematteis123@gmail.com>
1 parent f864d38 commit 0afe3bd

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)