Skip to content

Commit 40999d7

Browse files
author
Jonathan Wenger
committed
Further updates
1 parent 309158e commit 40999d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gem-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-latest, macos-latest]
13+
os: [ubuntu-latest]
1414
ruby: ["2.7"]
1515
runs-on: ${{ matrix.os }}
1616
permissions:
17-
contents: read
17+
contents: write
1818
packages: write
1919

2020
steps:

0 commit comments

Comments
 (0)