Skip to content

Commit f8fe198

Browse files
Add package permissions to ghcr module/graph push (#151)
1 parent f4f2d65 commit f8fe198

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ghcr_graph.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: ghcr_graph
22

3+
permissions:
4+
packages: write
5+
36
on:
47
workflow_dispatch:
58
inputs:

.github/workflows/ghcr_module.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: ghcr_module
22

3+
permissions:
4+
packages: write
5+
36
on:
47
workflow_dispatch:
58
inputs:

0 commit comments

Comments
 (0)