Skip to content

Commit 640bb4c

Browse files
Update GitHub Actions workflow permissions for package publishing (#362)
* Add permissions for GitHub Packages publishing to workflow Co-authored-by: jasonleenaylor <2295227+jasonleenaylor@users.noreply.github.com>
1 parent 2283e93 commit 640bb4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
# Trigger on release tags
1010
tags: [ 'v[0-9]+*' ]
1111

12+
permissions:
13+
contents: read
14+
packages: write
15+
1216
jobs:
1317

1418
build:

0 commit comments

Comments
 (0)