Skip to content

Commit

Permalink
Merge pull request #8 from skohub-io/7-permissions
Browse files Browse the repository at this point in the history
7 permissions
  • Loading branch information
sroertgen authored Apr 4, 2023
2 parents 417d50f + 34424b0 commit 64d90cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- main
- dev
- gh-pages
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -71,8 +72,12 @@ jobs:

- run: mkdir public

- run: chmod -R 777 public # user in container is node which won't have write access to public

- run: mkdir data

- run: chmod -R 777 data # user in container is node which won't have write access to public

- run: git clone https://github.com/skohub-io/skohub-docker-vocabs.git data/

- name: make .env file
Expand Down

0 comments on commit 64d90cc

Please sign in to comment.