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
vkatsuba committed Sep 29, 2022
1 parent 5828c5c commit 3ce0737
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
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/ppplib/ppplib
- name: Publish to Hex.pm
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
Expand Down

0 comments on commit 3ce0737

Please sign in to comment.