Skip to content

Commit

Permalink
Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
desiena committed Dec 19, 2024
1 parent a64cb74 commit 60fd9f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
url: https://pypi.org/p/fmdata
permissions:
id-token: write
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -43,8 +44,6 @@ jobs:

- name: Release version
uses: softprops/action-gh-release@v2
permissions:
contents: write
with:
draft: ${{ env.DRAFT_VERSION }}
prerelease: ${{ env.PRE_RELEASE_VERSION }}
Expand Down

0 comments on commit 60fd9f0

Please sign in to comment.