Skip to content

Commit

Permalink
Merge pull request #2464 from alphagov/bulk/pass-gh-creds-to-deploy-w…
Browse files Browse the repository at this point in the history
…orkflow

Pass GOVUK_CI_GITHUB_TOKEN to deploy workflow
  • Loading branch information
theseanything authored Jun 14, 2022
2 parents c47261c + 861dacd commit 6556691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
secrets:
WEBHOOK_TOKEN: ${{ secrets.ARGO_EVENTS_WEBHOOK_TOKEN }}
WEBHOOK_URL: ${{ secrets.ARGO_EVENTS_WEBHOOK_URL }}
GOVUK_CI_GITHUB_API_TOKEN: ${{ secrets.GOVUK_CI_GITHUB_API_TOKEN }}

0 comments on commit 6556691

Please sign in to comment.