From 5b1c2a15c7c19ae8dc565ca7db72f9f374298d05 Mon Sep 17 00:00:00 2001 From: JamieDanielson Date: Thu, 9 Jun 2022 10:28:53 -0400 Subject: [PATCH] github_token needs underscore not hyphen --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35588fa25a..4c5402e731 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - name: Create an issue uses: actions-ecosystem/action-create-issue@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} repo: github.com/honeycombio/helm-charts title: ${{ steps.date.outputs.today }} body: |