Skip to content

Commit 71dcfa4

Browse files
committed
Set permissions
1 parent 76454f8 commit 71dcfa4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/native-gems.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
tags:
77
- "v*"
88

9+
permissions:
10+
contents: read
11+
packages: write
12+
913
jobs:
1014
build:
1115
name: ${{ matrix.platform }}
@@ -76,5 +80,5 @@ jobs:
7680
shopt -s nullglob
7781
for g in pkg/*.gem; do
7882
echo "Pushing $g"
79-
gem push --key github --host "https://rubygems.pkg.github.com/${OWNER}" "$g"
83+
gem push --key github --host "https://rubygems.pkg.github.com/Teamtailor" "$g"
8084
done

0 commit comments

Comments
 (0)