Skip to content

Commit

Permalink
Update permissions in publish.yml (#61)
Browse files Browse the repository at this point in the history
* Update permissions in publish.yml

* Update action
  • Loading branch information
AdamRJensen authored Dec 11, 2024
1 parent fb60d00 commit 0d31628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
name: Build and publish distributions to PyPI
if: github.repository == 'pvlib/twoaxistracking'
runs-on: ubuntu-latest
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
steps:
# fetch all commits and tags so versioneer works
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d31628

Please sign in to comment.