Skip to content

Commit 66be3f5

Browse files
authored
Modify permissions in test_and_deploy workflow
Updated permissions for the check_style job to allow write access to contents.
1 parent 82d2663 commit 66be3f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
permissions:
16-
pages: write
1716
contents: read
1817

1918
jobs:
@@ -65,6 +64,8 @@ jobs:
6564
)
6665
)
6766
runs-on: ubuntu-latest
67+
permissions:
68+
contents: write
6869
steps:
6970
- name: Checkout Repository
7071
uses: actions/checkout@v6

0 commit comments

Comments
 (0)