Skip to content

Commit

Permalink
safe-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 28, 2024
1 parent 024a6ad commit f2edf4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: clojure:latest
options: --user 1001 # don't run as root
# options: --user 1001 # don't run as root
environment: test
steps:
- name: checkout
Expand All @@ -28,6 +28,7 @@ jobs:
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
run: |
git config --global --add safe.directory '/w__/jackdaw/jackdaw'
apt-get update
apt-get install -y gpg
echo $GPG_PRIVATE_KEY |base64 --decode |gpg --yes --batch --import
Expand Down

0 comments on commit f2edf4f

Please sign in to comment.