Skip to content

Commit

Permalink
Fix permission for GitHub release action
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Jan 4, 2024
1 parent 191cbc8 commit ac60ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
### Deprecated

## [v1.3.5] - 2024-01-04
### Changed
- Fix permission for GitHub release action.

## [v1.3.4] - 2024-01-03
### Changed
- Use PyPI trusted publishing when uploading package.
Expand Down

0 comments on commit ac60ef1

Please sign in to comment.