Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MitaWinata committed Jan 8, 2024
1 parent 65ac289 commit 1c608b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
paths:
- 'model/a/**'

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

jobs:
style:
uses: ./.github/workflows/style.yml
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deploy_b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
paths:
- 'model/b/**'

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

jobs:
style:
uses: ./.github/workflows/style.yml
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr_b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
paths:
- 'model/b/**'

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

jobs:
style:
uses: ./.github/workflows/style.yml
Expand Down

0 comments on commit 1c608b6

Please sign in to comment.