Skip to content

Commit

Permalink
Use environments for easier secret management and protection rules fo…
Browse files Browse the repository at this point in the history
…r actions
  • Loading branch information
eljog authored Dec 5, 2023
1 parent 5b8866c commit c841245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
page-total: [66]
fail-fast: false
runs-on: devcontainer-image-builder-ubuntu
environment: azure
steps:
- name: Free more space
id: free_space
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
image-info:
name: Trigger info extraction
needs: [build-and-push]
environment: azure
uses: devcontainers/images/.github/workflows/version-history.yml@main
with:
release: "${{ github.ref }}"
Expand Down

0 comments on commit c841245

Please sign in to comment.