Skip to content

Commit

Permalink
Merge pull request #833 from Orfium/fix/deployments-in-v4
Browse files Browse the repository at this point in the history
fix: deployments in v4
  • Loading branch information
kostasdano authored Sep 24, 2024
2 parents 2ac90b5 + 82e6498 commit efe56fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
STAGING_BRANCH: 'next'

permissions:
deployments: write
packages: write
contents: read
id-token: write
Expand Down
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ sonar.exclusions=docs/**, typeDocs/**, **/__snapshots__/**, **/*.stories.mdx
sonar.gitlab.max_critical_issues_gate=4
sonar.coverage.exclusions=**/test/**, **/tests/**, typeDocs/**, docs/**, **/__snapshots__/**, **/*.stories.mdx, **/*.test.{ts,tsx}, **/*.tests.{ts,tsx}
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.organization=orfium

0 comments on commit efe56fd

Please sign in to comment.