Skip to content

Commit

Permalink
enable package write permission for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhaerter committed Sep 26, 2023
1 parent 58c49a9 commit d94e043
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
build:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
environment: production
concurrency: production-backend
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/production-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
build:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
environment: production
concurrency: production-frontend
Expand Down

0 comments on commit d94e043

Please sign in to comment.