Skip to content

Commit

Permalink
fix wrong token
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplegatecp committed Jan 2, 2024
1 parent 87d2bb8 commit fcce57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
with:
files: 'built_apps/*.tar.gz'
tag_name: "built_apps"
token: ${{ secrets.TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
body_path: ./built_apps/README.md
name: "Built Apps"
name: "Built Apps"

0 comments on commit fcce57a

Please sign in to comment.