Skip to content

Commit

Permalink
chore: switch to using environment for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelmay committed Dec 16, 2024
1 parent c347579 commit 1985033
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
permissions:
id-token: write
contents: read
environment:
name: prod
url: ${{ vars.DEPLOYMENT_URL }}
steps:
- name: Clone the repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1985033

Please # to comment.