Skip to content

Commit d96b070

Browse files
committed
Updating the homebrew and publish job permissions
1 parent ef58e2d commit d96b070

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/homebrew.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- name: Mkdir .aws
19-
run: mkdir -p /home/node/.aws
19+
run: sudo mkdir -p /home/node/.aws
2020

2121
- name: Set .aws/config
2222
run: |

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
19+
with:
20+
fetch-depth: 0
21+
persist-credentials: false
1922
- uses: actions/setup-node@v2
2023
with:
2124
node-version: 16

0 commit comments

Comments
 (0)