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 c3dabb8 commit 07b868aCopy full SHA for 07b868a
.github/workflows/release-comments.yml
@@ -29,6 +29,7 @@ jobs:
29
env:
30
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
31
with:
32
+ github-token: ${{ secrets.ACCESS_TOKEN }}
33
script: |
34
const { default: addIssueComments } = await import('${{ github.workspace }}/.github/createIssueCommentsForRelease.mjs');
35
.github/workflows/release.yml
permissions:
contents: write
id-token: write
+ issues: write
steps:
- uses: actions/checkout@v4
@@ -68,6 +69,7 @@ jobs:
68
69
70
71
72
73
74
75
0 commit comments