We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efde831 commit da40ec9Copy full SHA for da40ec9
2 files changed
.github/workflows/ci.yml
@@ -3,7 +3,6 @@ name: "CI"
3
4
permissions:
5
contents: read
6
- actions: write
7
8
on:
9
push:
@@ -39,6 +38,8 @@ jobs:
39
38
test:
40
name: Test
41
runs-on: ubuntu-24.04
+ permissions:
42
+ contents: write
43
steps:
44
- name: Checkout the repository
45
uses: actions/checkout@v4
{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/ci.yml
@@ -3,7 +3,6 @@ name: CI
pull_request:
@@ -20,6 +19,8 @@ jobs:
20
19
21
22
23
24
25
26
0 commit comments