Skip to content

Commit

Permalink
github_token needs underscore not hyphen (#464)
Browse files Browse the repository at this point in the history
use `github_token` instead of `github-token` in `release.yml` github workflow
  • Loading branch information
JamieDanielson authored Jun 9, 2022
1 parent 91a063c commit 8c126cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8c126cc

Please sign in to comment.