Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
actions(build-ci): add changing owner command to build-ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Mar 19, 2022
1 parent 063d8ae commit ca276a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
- uses: actions/checkout@v2

- name: Get Secman via homebrew
run: brew install scmn-dev/tap/secman
run: |
sudo chown -R 501:20 "/Users/runner/.npm"
brew install scmn-dev/tap/secman
- name: Show Version
run: secman version

0 comments on commit ca276a8

Please sign in to comment.