Skip to content

Commit 8f9759b

Browse files
committed
chore: try fix semantic-release not receiving GITHUB_TOKEN
1 parent 94c4686 commit 8f9759b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automated-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
persist-credentials: false
1113
- uses: actions/setup-node@v4
1214
with:
1315
node-version: 22
@@ -26,8 +28,6 @@ jobs:
2628
-p conventional-changelog-conventionalcommits
2729
-p semantic-release
2830
-- semantic-release
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
permissions:
3232
# packages: write # This is for pushing it to githubs package repository
3333
contents: write

0 commit comments

Comments
 (0)