From e7bd7e60d83916f5a311d0c29f7178bc69bf4d53 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 2 Oct 2023 08:15:07 -0400 Subject: [PATCH] fix: We need to name the var. We need to set the name and value of env variables. --- .github/workflows/add-quarterly-gh-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-quarterly-gh-requests.yml b/.github/workflows/add-quarterly-gh-requests.yml index 0063637..06f10d3 100644 --- a/.github/workflows/add-quarterly-gh-requests.yml +++ b/.github/workflows/add-quarterly-gh-requests.yml @@ -18,4 +18,4 @@ jobs: --label "github-request" \ --body "It is time to perform the quartely audit of GitHub users in the \`openedx\` org. The playbook for performing the audit can be found [here](https://openedx.atlassian.net/wiki/spaces/COMM/pages/3438903337/On-call+Playbooks#%F0%9F%94%8D-Audit-Github-Users)." env: - ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}