diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index ca3029f..057de51 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest - environment: staging + environment: production env: SECRET_VALUE: ${{ secrets.SECRET_VALUE }} steps: