Skip to content

Commit a2757be

Browse files
committed
chore: chmod credentials file
1 parent 5186c7b commit a2757be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9999
run: |
100100
echo ":github: Bearer ${GITHUB_TOKEN}" >> ~/.gem/credentials
101+
chmod 600 ~/.gem/credentials
101102
gem push --key github --host https://rubygems.pkg.github.com/avo-hq ./pkg/avo-${{steps.gem_version.outputs.tag}}.gem
102103
103104
- name: Publish release on avohq.io

0 commit comments

Comments
 (0)