Skip to content

Commit

Permalink
fix: add workflow permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Lam Tran <[email protected]>
  • Loading branch information
tranngoclam authored and Lam Tran committed Nov 15, 2023
1 parent 393d0dc commit ee85183
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: read
packages: write

jobs:
cd:
name: Build Container Image
Expand Down

0 comments on commit ee85183

Please sign in to comment.