Skip to content

Commit

Permalink
add token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Mar 14, 2024
1 parent f13cf10 commit c62d916
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
2 changes: 2 additions & 0 deletions .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

name: Build

permissions: read-all

on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/_build_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

name: Build Doc

permissions: read-all

on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/_codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

name: CodeCov

permissions: read-all

on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/_codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

name: CodeQL

permissions: read-all

on:
workflow_call:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/_pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

name: Pre-Commit

permissions: read-all

on:
workflow_call:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/_pypi_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

name: PyPI Publish

permissions: read-all

on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

name: Test Spot

permissions: read-all

on:
workflow_call:
inputs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

name: CI/CD

permissions: read-all

on:
push:
branches:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@

</div>

This Python module serves as a collection of different scale- and
This Python module serves as collection of different scale- and
distribution-based bias correction techniques for climate sciences.

The documentation is available at: [https://python-cmethods.readthedocs.io/en/stable/](https://python-cmethods.readthedocs.io/en/stable/)

Please cite this project as described in
https://zenodo.org/doi/10.5281/zenodo.7652755.

Expand Down

0 comments on commit c62d916

Please sign in to comment.