Skip to content

Commit

Permalink
Re: Require approval to deploy to production
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 5, 2024
1 parent 9d9875d commit 04cd233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ jobs:
needs: [build, deploy-github-pages]
permissions:
contents: write
environment:
name: production
steps:
- name: Download artifact
id: download
Expand Down

0 comments on commit 04cd233

Please sign in to comment.