Skip to content

Commit

Permalink
build: set deployment environment on calling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedg committed Apr 9, 2024
1 parent ca7ec84 commit 34b62d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
ENVIRONMENT: ${{ vars.ENVIRONMENT }}
secrets: inherit
environment: staging

unit-test:
needs: [install, build]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
environment:
name: staging
# environment: staging
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 34b62d5

Please sign in to comment.