We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523e053 commit 329badcCopy full SHA for 329badc
.github/workflows/export_pr_details.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/github-script@v6
42
# For security, we only download artifacts tied to the successful PR recording workflow
43
with:
44
- github-token: ${{ inputs.token }}
+ github-token: ${{ secrets.token }}
45
script: |
46
const fs = require('fs');
47
0 commit comments