Skip to content

Commit ebdb8dc

Browse files
committed
ci: disable persist credentials when checking out
Required as semantic release has it's GitHub token overridden by this action. See: https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions #pushing-package.json-changes-to-a-master-branch
1 parent 8b703d4 commit ebdb8dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v3
21+
with:
22+
persist-credentials: false
2123

2224
- uses: actions/setup-node@v3
2325
with:

0 commit comments

Comments
 (0)