Skip to content

Commit

Permalink
Adding required permission for the jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha committed Mar 25, 2024
1 parent 1c34253 commit 0db9477
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gar-build-push-backend-container-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:

jobs:
build-and-push:
permissions:
contents: read
id-token: write

runs-on: ubuntu-latest

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:

jobs:
build-and-push:
permissions:
contents: read
id-token: write

runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/gar-build-push-web-container-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:

jobs:
build-and-push:
permissions:
contents: read
id-token: write

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0db9477

Please sign in to comment.