Skip to content

Commit

Permalink
chore(deps): update draft workflow to use correct github token
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky authored Jun 26, 2024
1 parent 223515f commit 4df08fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
env:
GITHUB_TOKEN: ${{ secrets.BOTTY_GH_TOKEN }}

- uses: softprops/action-gh-release@v2
with:
Expand All @@ -19,3 +21,5 @@ jobs:
target_commitish: main
generate_release_notes: true
name: DRAFT
env:
GITHUB_TOKEN: ${{ secrets.BOTTY_GH_TOKEN }}

0 comments on commit 4df08fa

Please sign in to comment.