Skip to content

Commit e454844

Browse files
authored
Merge pull request #14 from hankei6km:topic/fix-permissions
chore: Grant permissions to push a package to gh_pkgs
2 parents c8921aa + 6ce1691 commit e454844

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gh_pkg.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment: gh_pkg
1212

13+
permissions:
14+
contents: 'read'
15+
packages: 'write'
16+
1317
steps:
1418
- uses: actions/checkout@v3
1519

0 commit comments

Comments
 (0)