Skip to content

Commit 9f6e0ef

Browse files
committed
fix: permissions for CI
1 parent 2fcac86 commit 9f6e0ef

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
push:
77
branches: [ master, main ]
88

9+
permissions:
10+
contents: write
11+
statuses: write
12+
checks: write
13+
pull-requests: write
14+
915
jobs:
1016
set-version:
1117
runs-on: ubuntu-latest
@@ -60,6 +66,9 @@ jobs:
6066
if: success() || failure()
6167
with:
6268
report_paths: '.coverage/report-junit.xml'
69+
commit: ${{ github.sha }}
70+
fail_on_failure: true
71+
check_name: aws-cli-auth Unit Tests
6372

6473
- name: Analyze with SonarCloud
6574
uses: SonarSource/sonarqube-scan-action@v5

0 commit comments

Comments
 (0)