Skip to content

Commit

Permalink
fix: enforce environment protection rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinrefvol committed Jan 10, 2024
1 parent 42ee335 commit e5db2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
uses: ./.github/workflows/publish.yaml
with:
ENVIRONMENT: ${{ matrix.environment }}


1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build-and-publish:
name: Build and Publish
runs-on: ubuntu-latest
environment: ${{inputs.ENVIRONMENT}}

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit e5db2b4

Please sign in to comment.