Skip to content

Commit 0b74fd3

Browse files
committed
fix cd doesnt work
1 parent ad8c359 commit 0b74fd3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/gem_deploy_ouroborus.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ on:
66
- '*'
77

88
jobs:
9-
sayHelloWorld:
9+
publish-gem:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write
1114

1215
steps:
1316
- name: Print Hello World

0 commit comments

Comments
 (0)