Skip to content

Commit

Permalink
👷 fix pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
felinae98 committed Oct 7, 2023
1 parent 5483fd4 commit dc16858
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
url: https://pypi.org/p/nonebot-plugin-send-anything-anywhere
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dc16858

Please sign in to comment.