Skip to content

Commit e769c56

Browse files
committed
chore: fix release PR
1 parent 1c2dd33 commit e769c56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/changesets.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

10+
permissions: {}
11+
1012
env:
1113
NODE_VERSION: 18
1214

@@ -17,6 +19,8 @@ jobs:
1719
steps:
1820
- name: Checkout
1921
uses: actions/checkout@v3
22+
with:
23+
persist-credentials: false
2024

2125
- name: Setup Node.js
2226
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)