Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
WiZeYAR committed Nov 17, 2024
1 parent 87538b6 commit 1df33f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release

permissions:
contents: write
id-token: write

on:
push:
Expand All @@ -14,8 +15,6 @@ jobs:
build:
needs: test
runs-on: ubuntu-latest
permissions:
id-token: write
environment:
name: pypi
url: https://pypi.org/p/asyncapi-python
Expand Down

0 comments on commit 1df33f1

Please sign in to comment.