Skip to content

Commit a10e897

Browse files
Copilotneilime
andcommitted
fix: add statuses: write permission to CI workflows
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
1 parent 22d2783 commit a10e897

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/__shared-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
permissions:
77
contents: read
88
security-events: write
9+
statuses: write
910
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
1011
id-token: write
1112

.github/workflows/main-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
id-token: write
1111
pages: write
1212
security-events: write
13+
statuses: write
1314

1415
concurrency:
1516
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/pull-request-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
contents: read
1010
security-events: write
11+
statuses: write
1112
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
1213
id-token: write
1314

0 commit comments

Comments
 (0)