Skip to content

Commit

Permalink
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 8e66dff commit 9d9875d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ jobs:
needs: [build, deploy-github-pages]
permissions:
contents: write
environment:
name: production
steps:
- name: Download artifact compressed
id: download
Expand Down Expand Up @@ -179,4 +181,4 @@ jobs:
draft: false
commit: ${{ github.head_ref }}
tag: v${{ needs.build.outputs.datetime }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9d9875d

Please sign in to comment.