Skip to content

Commit

Permalink
[GH actions] add work around for permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Sep 28, 2022
1 parent d41d394 commit f152eea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
apk --no-cache add gcc git libc-dev libc-utils libgcc linux-headers make bash \
musl-dev musl-utils ncurses-dev pcre2 pkgconf scanelf wget zlib
- uses: actions/checkout@v2
- name: work around for permission issue
run: |
git config --global --add safe.directory /__w/pfcplib/pfcplib
- name: Publish to Hex.pm
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
Expand Down

0 comments on commit f152eea

Please sign in to comment.