Skip to content

Commit 326bdad

Browse files
committed
ci: change github token to ignore branch protection
1 parent 46191f5 commit 326bdad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10+
with:
11+
persist-credentials: false
1012
- uses: actions/setup-node@v2
1113
with:
1214
node-version: 12

0 commit comments

Comments
 (0)