File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ permissions: {}
1010jobs :
1111 build :
1212 runs-on : ubuntu-latest
13+ permissions :
14+ contents : read # needed for private repos
1315 steps :
1416 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1517 with :
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ permissions: {}
1111jobs :
1212 lint :
1313 runs-on : ubuntu-latest
14+ permissions :
15+ contents : read # needed for private repos
1416 steps :
1517 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1618 with :
Original file line number Diff line number Diff line change 1111 build :
1212 name : Build distributions
1313 runs-on : ubuntu-latest
14+ permissions :
15+ contents : read # needed for private repos
1416 steps :
1517 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1618 with :
Original file line number Diff line number Diff line change 1818 - " 3.12"
1919 - " 3.13"
2020 runs-on : ubuntu-latest
21+ permissions :
22+ contents : read # needed for private repos
2123 steps :
2224 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2325 with :
You can’t perform that action at this time.
0 commit comments