Skip to content

Commit 0b40e95

Browse files
🔀 ci: update permissions in actions (#233)
* ci: update permissions in actions * Update publish.yml
1 parent 11b815c commit 0b40e95

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [main]
66
workflow_dispatch:
77

8+
permissions:
9+
packages: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Publish
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
packages: write
8+
69
jobs:
710
build:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)