Skip to content

Commit

Permalink
ci: fix ci permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Aug 28, 2023
1 parent 1be4099 commit a043c48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
needs: [ test, mypy-check ]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'created'
permissions:
id-token: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a043c48

Please sign in to comment.