Skip to content

Commit

Permalink
repo must be designated as safe per github policy for containerized w…
Browse files Browse the repository at this point in the history
…orkflows
  • Loading branch information
collinschwantes committed Apr 27, 2022
1 parent 5083ef4 commit af743a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/container-workflow-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
image: rocker/verse:4.1.2

steps:

steps:
# update to: git config --global --add safe.directory /__w/your-repo/your-repo
- name: update permissions for container based workflows
run: git config --global --add safe.directory /__w/container-template/container-template

- uses: actions/checkout@v2

- name: Install system dependencies
Expand Down

0 comments on commit af743a8

Please sign in to comment.