Skip to content

Commit

Permalink
[MISC] Fix missing GITHUB_TOKEN in the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aedial committed May 26, 2023
1 parent db75c22 commit 03c2943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
ICON: "pypi"
STATUS: ${{ steps.date.outputs.data }}
COLOR: blue
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 03c2943

Please sign in to comment.