Skip to content

Commit b14f5f3

Browse files
authored
Merge pull request #91 from nginx-proxy/ci/workflow-permissions
ci: add workflows permissions
2 parents 3a57975 + d0c0cc7 commit b14f5f3

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/build-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build and publish Docker images
22

3+
permissions:
4+
contents: read
5+
packages: write
6+
37
on:
48
workflow_dispatch:
59
push:

.github/workflows/dockerhub-description.yml

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

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches:

.github/workflows/tests.yml

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

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches:

0 commit comments

Comments
 (0)