Skip to content

Commit

Permalink
add GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
MRossol committed Mar 5, 2020
1 parent 7be5078 commit 6899d18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
uses: release-drafter/[email protected]
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6899d18

Please sign in to comment.