Skip to content

Commit

Permalink
use correct token in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Mar 13, 2024
1 parent 02dae04 commit 1df49ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
discussion_category_name: releases
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
generate_release_notes: true
body: |-
Expand All @@ -59,6 +59,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
fail_on_unmatched_files: true
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: |
reverseCharger-*.zip

0 comments on commit 1df49ca

Please sign in to comment.