Skip to content

Commit

Permalink
Use personal access token to trigger release on a new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Apr 1, 2021
1 parent 34461d6 commit e6f2a18
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: release-drafter/[email protected]
with:
version: 0.12.1
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit e6f2a18

Please sign in to comment.