Skip to content

Commit f6038f0

Browse files
author
Leandro Ferreira
committed
adding permissions
1 parent e1eab69 commit f6038f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-backend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
publish_backend:
88
name: Generate docker image and publish
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
packages: write
1013
steps:
1114
- name: Check out code
1215
uses: actions/checkout@v4

0 commit comments

Comments
 (0)