Skip to content

Commit cedb30c

Browse files
committed
Add GitHub permissions
1 parent e7b27fc commit cedb30c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/build.yml

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

3+
permissions:
4+
contents: read
5+
36
on: [push]
47

58
jobs:

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Publish Docker image
2+
3+
permissions:
4+
contents: read
5+
26
on:
37
push:
48
tags:

0 commit comments

Comments
 (0)