Skip to content

Commit b791d5f

Browse files
committed
add permissions to Publish Gem GitHub Actions
1 parent e085add commit b791d5f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-gem.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11-
11+
permissions:
12+
packages: write
13+
contents: read
14+
1215
steps:
1316
- name: Checkout code
1417
uses: actions/checkout@v4

0 commit comments

Comments
 (0)