From 8c126cc8cdda40a3237734f372aa356d8158e8bc Mon Sep 17 00:00:00 2001 From: Jamie Danielson Date: Thu, 9 Jun 2022 10:45:53 -0400 Subject: [PATCH] github_token needs underscore not hyphen (#464) use `github_token` instead of `github-token` in `release.yml` github workflow --- .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: |