Skip to content

Commit 298e770

Browse files
committed
fix: add write contents permission to pipeline
1 parent 064ad1e commit 298e770

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/frontend-image.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- 'frontend/**'
8-
- '.github/workflows/frontend-image.yml'
7+
- "frontend/**"
8+
- ".github/workflows/frontend-image.yml"
99
workflow_dispatch:
1010

1111
permissions:
12-
contents: read
12+
contents: write
1313
packages: write
1414

1515
jobs:
@@ -47,4 +47,3 @@ jobs:
4747
tags: |
4848
ghcr.io/${{ github.repository_owner }}/global-tsunami-risk-map-frontend:latest
4949
ghcr.io/${{ github.repository_owner }}/global-tsunami-risk-map-frontend:${{ env.VERSION }}
50-

0 commit comments

Comments
 (0)