Skip to content

Commit 18ce6a3

Browse files
authored
Merge pull request #10 from Chudofa-L/add_codesandbox
fix sandbox
2 parents fea722c + 1c0e2d3 commit 18ce6a3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codesandbox-link-comment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111
codesandbox-comment:
1212
name: Add codesandbox link comment
1313
runs-on: ubuntu-latest
14+
permissions:
15+
pull-requests: write
1416
steps:
15-
- uses: mshick/add-pr-comment@v1
17+
- uses: mshick/add-pr-comment@v2
1618
env:
1719
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1820
with:

0 commit comments

Comments
 (0)