Skip to content

Commit

Permalink
added release token to github release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Aug 7, 2024
1 parent 6401611 commit c342c93
Showing 1 changed file with 2 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 @@ -48,3 +48,5 @@ jobs:

- name: GitHub release
run: Rscript -e 'usethis::use_github_release()'
env:
GITHUB_PAT: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit c342c93

Please sign in to comment.