Skip to content

Commit

Permalink
Merge pull request #5682 from ministryofjustice/feature/information-f…
Browse files Browse the repository at this point in the history
…or-onboarders-#3451

Put env under the appropriate location
  • Loading branch information
SteveLinden authored Dec 5, 2023
2 parents cb5b1d3 + 7b4dbfa commit 5311422
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notify-user-new-environment-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
with:
node-version: 20
- name: Send message to user on onboarding issue close
env:
github-token: ${{ secrets.github_token }}
if: contains(github.event.issue.labels.*.name, 'onboarding') && github.event.issue.state == 'closed'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
github-token: ${{ secrets.pipeline_github_token }}
script: |
// Get the user who opened the issue
Expand Down

0 comments on commit 5311422

Please sign in to comment.