mirror of
https://github.com/valitydev/fe-core.git
synced 2024-11-06 02:25:18 +00:00
fix: add persist-credentials
This commit is contained in:
parent
d2321c3d7e
commit
fd655a463d
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Setup Node ${{ matrix.node_version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user