Skip to content

Commit

Permalink
Merge pull request #36 from graemedavidson/fix-release-wf
Browse files Browse the repository at this point in the history
pass gh token into release job
  • Loading branch information
graemedavidson authored Feb 25, 2024
2 parents 9249f7f + 91d9c5d commit bf9cad7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
- name: Generate release notes
run: |
gh release create ${{github.ref_name}} --generate-notes --latest --notes "[Changelog](./CHANGELOG.md), [Documentation](./docs)"
env:
GH_TOKEN: ${{ github.token }}
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: ['**']
paths-ignore:
- .github/dependabot.yml
- .github/workflows/release.yml
- '*.md'
- '*.yaml'
- .gitignore
Expand All @@ -14,6 +15,7 @@ on:
branches: [main]
paths-ignore:
- .github/dependabot.yml
- .github/workflows/release.yml
- '*.md'
- '*.yaml'
- .gitignore
Expand Down

0 comments on commit bf9cad7

Please sign in to comment.