Skip to content

Commit 4eeeab2

Browse files
committed
ci: Add permissions to workflows
1 parent 64dd2b3 commit 4eeeab2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ on:
88
jobs:
99
docker:
1010
uses: open-contracting/.github/.github/workflows/docker-django.yml@main
11+
permissions:
12+
packages: write

.github/workflows/i18n.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ on:
66
jobs:
77
i18n:
88
uses: open-contracting/.github/.github/workflows/i18n-django.yml@main
9+
permissions:
10+
contents: read

0 commit comments

Comments
 (0)