Skip to content

Commit

Permalink
💚 Add missing permissions in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-brabant committed Oct 16, 2023
1 parent a05d7fd commit 594b596
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ on:
tags:
- "v*.*.*"

permissions:
contents: read
packages: write
id-token: write

jobs:

publish_backend:
Expand Down

0 comments on commit 594b596

Please sign in to comment.