Skip to content

Commit

Permalink
[hackathon24] remove duplicative token & add to env
Browse files Browse the repository at this point in the history
this might mean the github_token input is unnecessary if it's in the env
  • Loading branch information
jazzsequence committed Nov 21, 2024
1 parent 4f4c7bc commit a7ac260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
steps:
- name: Generate release notes
uses: pantheon-systems/action-release-notes@main
env:
GH_TOKEN: ${{ secrets.TOKEN }}
with:
token: ${{ secrets.TOKEN }}
github_token: ${{ secrets.TOKEN }}
docs_repo: jazzsequence/documentation
repo_name: Plugin Pipeline Example
Expand Down

0 comments on commit a7ac260

Please sign in to comment.