mirror of
https://github.com/valitydev/fe-core.git
synced 2024-11-06 10:35:20 +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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
- name: Setup Node ${{ matrix.node_version }}
|
- name: Setup Node ${{ matrix.node_version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user