Skip to content

Commit b106fd0

Browse files
committed
Update @rancher/components github action
Signed-off-by: Phillip Rak <[email protected]>
1 parent 959e7a4 commit b106fd0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release-rancher-components.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write
1114
steps:
12-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1316
with:
1417
fetch-depth: 0
1518
persist-credentials: false
1619

17-
- uses: actions/setup-node@v2
20+
- uses: actions/setup-node@v3
1821
with:
1922
node-version: '16.x'
2023
registry-url: 'https://registry.npmjs.org'
24+
scope: '@rancher'
2125

2226
- name: Install
2327
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)