From 63cc12666331afe03f588e3deae6ee5775f38be2 Mon Sep 17 00:00:00 2001 From: Rich Green Date: Wed, 6 Dec 2023 11:55:52 +0000 Subject: [PATCH] rmv token --- .github/workflows/notify-user-new-environment-created.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-user-new-environment-created.yml b/.github/workflows/notify-user-new-environment-created.yml index 981a59cd0..d4e5bcc1a 100644 --- a/.github/workflows/notify-user-new-environment-created.yml +++ b/.github/workflows/notify-user-new-environment-created.yml @@ -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