Skip to content

Commit 912572e

Browse files
committed
chore: missing config for actions
1 parent d9166a2 commit 912572e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v2
24-
persist-credentials: false
25-
token: ${{ secrets.GH_TOKEN }}
24+
with:
25+
persist-credentials: false
26+
token: ${{ secrets.GH_TOKEN }}
2627

2728
- uses: actions/setup-node@v2
2829
with:

0 commit comments

Comments
 (0)