Skip to content

Commit f6c65ea

Browse files
committed
fix ci/cd
1 parent 9afc560 commit f6c65ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ jobs:
2626
CI: true
2727

2828
release:
29-
permissions:
30-
contents: write
31-
id-token: write
3229
needs: build
30+
permissions:
31+
id-token: write
3332
if: github.ref == 'refs/heads/master'
3433
name: release
3534
runs-on: ubuntu-latest
3635
steps:
37-
- name: Git Checkout
38-
uses: actions/checkout@v4
36+
- uses: actions/checkout@v4
37+
with:
38+
token: ${{ secrets.ACTION_TOKEN }}
3939
- uses: fregante/setup-git-user@v2
4040
- run: git config --global user.name "dependabot"
4141
- name: Use Node.js 21.x

0 commit comments

Comments
 (0)