We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779538f commit 4a8d271Copy full SHA for 4a8d271
.github/workflows/issue-automated.yml
@@ -34,6 +34,8 @@ jobs:
34
35
- name: Process Issue
36
uses: actions/github-script@v7
37
+ env:
38
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} #
39
with:
40
github-token: ${{ secrets.GITHUB_TOKEN }}
41
script: |
0 commit comments