Skip to content

Commit

Permalink
build: update token used for auto-approve deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott committed Jan 27, 2023
1 parent f958bc7 commit 30e050c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# you can use any @vN.N.N tag from https://github.com/activescott/automate-environment-deployment-approval/releases
uses: activescott/automate-environment-deployment-approval@v1.0.0
with:
github_token: ${{ secrets.GH_TOKEN_FOR_AUTO_APPROVING_DEPLOYS }}
github_token: ${{ secrets.GITHUB_TOKEN }}
environment_allow_list: |
Github
# the below automatically approves dependabot and anything submitted by the Github user with login "activescott"
Expand Down

0 comments on commit 30e050c

Please sign in to comment.