Skip to content

Commit

Permalink
Move GitHub actions into protected release environment.
Browse files Browse the repository at this point in the history
- Adding the `release` environment to the GitHub actions.
  • Loading branch information
erbsland-dev committed Jan 5, 2024
1 parent 1cf5e41 commit abcff28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
pypi:
runs-on: ubuntu-latest
environment: release
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit abcff28

Please sign in to comment.