Skip to content

Commit

Permalink
rmv token
Browse files Browse the repository at this point in the history
  • Loading branch information
richgreen-moj committed Dec 6, 2023
1 parent 0907654 commit 63cc126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify-user-new-environment-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
# 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.GITHUB_TOKEN }}
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
// Get the user who opened the issue
Expand Down

0 comments on commit 63cc126

Please sign in to comment.