Skip to content

Commit da40ec9

Browse files
committed
Change perms
1 parent efde831 commit da40ec9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

  • .github/workflows
  • {{cookiecutter.project_name|replace(" ", "")}}/.github/workflows

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: "CI"
33

44
permissions:
55
contents: read
6-
actions: write
76

87
on:
98
push:
@@ -39,6 +38,8 @@ jobs:
3938
test:
4039
name: Test
4140
runs-on: ubuntu-24.04
41+
permissions:
42+
contents: write
4243
steps:
4344
- name: Checkout the repository
4445
uses: actions/checkout@v4

{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: CI
33

44
permissions:
55
contents: read
6-
actions: write
76

87
on:
98
pull_request:
@@ -20,6 +19,8 @@ jobs:
2019
test:
2120
name: Test
2221
runs-on: ubuntu-24.04
22+
permissions:
23+
contents: write
2324
steps:
2425
- name: Checkout the repository
2526
uses: actions/checkout@v4

0 commit comments

Comments
 (0)