Skip to content

Commit

Permalink
Merge pull request #12 from eflows4hpc/update-workflow
Browse files Browse the repository at this point in the history
Updated dir permission in release workflow.
  • Loading branch information
lehouque-atos authored Jan 12, 2024
2 parents 0146f01 + 4888527 commit 4c3ce95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- name: Configure directory access
run:
git config --global --add safe.directory /github/workspace

- name: build
uses: docker://golang:1
with:
Expand Down

0 comments on commit 4c3ce95

Please sign in to comment.