From c152c902d8b1c069b1716d3979d2f9e894901c1e Mon Sep 17 00:00:00 2001 From: Matthew <2565361+mshafer1@users.noreply.github.com> Date: Sat, 26 Aug 2023 13:30:30 -0500 Subject: [PATCH] Use github.token instead This makes the PR come from github-actions -> https://github.com/mshafer1/ni-python-styleguide/pull/6 --- .github/workflows/Update-Poetry-Lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Update-Poetry-Lock.yml b/.github/workflows/Update-Poetry-Lock.yml index fa59b0a..175c354 100644 --- a/.github/workflows/Update-Poetry-Lock.yml +++ b/.github/workflows/Update-Poetry-Lock.yml @@ -67,4 +67,4 @@ jobs: \-\-\- Created by Github action' env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ github.token }}