Skip to content

Commit

Permalink
chmod the gem credentials file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Jun 6, 2024
1 parent 5f19542 commit 9318502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
run: |
mkdir -p ~/.gem
echo "${{ env.API_KEY }}" > ~/.gem/credentials
chmod 600 ~/.gem/credentials
- name: release to svn
if: inputs.command == 'release'
Expand Down

0 comments on commit 9318502

Please sign in to comment.