Skip to content

Commit

Permalink
Update release_drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebebbington authored Nov 16, 2021
1 parent 212ccff commit e9c585a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main

jobs:
update_release_draft:
Expand All @@ -16,4 +16,4 @@ jobs:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
config-name: release_drafter_config.yml
env:
GITHUB_TOKEN: ${{ secrets.CI_USER_PAT }}
GITHUB_TOKEN: ${{ secrets.CI_USER_PAT }}

0 comments on commit e9c585a

Please sign in to comment.