Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 193809a

Browse files
committed
fix: security vulnerability with permissions for github actions
1 parent a38a02d commit 193809a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: Build and Push Docker Image
2+
permissions:
3+
contents: read
4+
packages: write
5+
id-token: write
6+
pages: write
27

38
on:
49
push:

0 commit comments

Comments
 (0)