Skip to content

Commit 2c9f455

Browse files
committed
ci: 👷 Update permissions for CI jobs
Updated the permissions in the CI configuration files to allow write access to contents. This change is necessary to enable the CI jobs to function correctly with the required permissions for pull requests and content management. • Added write permission for contents in both update-docs-on-main.yml and update-size-on-main.yml.
1 parent 101ca4a commit 2c9f455

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/update-docs-on-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
# allows triggering from the github UI
88

99
permissions:
10+
contents: write
1011
pull-requests: write
1112

1213
jobs:

.github/workflows/update-size-on-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
# allows triggering from the github UI
88

99
permissions:
10+
contents: write
1011
pull-requests: write
1112

1213
jobs:

0 commit comments

Comments
 (0)