We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601a5ce commit 669d75bCopy full SHA for 669d75b
.github/workflows/preview-deploy.yml
@@ -93,7 +93,6 @@ jobs:
93
- name: 🌐 Comment preview URL
94
uses: actions/github-script@v7
95
with:
96
- github-token: ${{ secrets.PAT }}
97
script: |
98
const prNumber = parseInt('${{ steps.pr.outputs.number }}');
99
const { data: comments } = await github.rest.issues.listComments({
0 commit comments