Skip to content

Commit dd2ab92

Browse files
authored
fix release
1 parent c34e471 commit dd2ab92

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
- run: npm run test -- --runInBand
3636

3737
deploy:
38+
permissions:
39+
contents: write
40+
deployments: write
41+
3842
needs: [ test ]
3943
if: github.ref == 'refs/heads/main'
4044
runs-on: ubuntu-latest
@@ -44,7 +48,7 @@ jobs:
4448
steps:
4549
- uses: actions/checkout@v4
4650
with:
47-
ssh-key: ${{ secrets.DEPLOY_KEY }}
51+
token: ${{ secrets.GITHUB_TOKEN }}
4852
- name: Use Node.js
4953
uses: actions/setup-node@v3
5054
with:

0 commit comments

Comments
 (0)