Skip to content

Commit

Permalink
[chore] Update GHA Publisher Permissions Read (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase authored Sep 21, 2024
1 parent 5b53a29 commit 3b5b3e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release to PyPI

on:
release:
types: [created]
types: [published]

jobs:
deploy:
Expand All @@ -11,6 +11,7 @@ jobs:
name: pypi
url: https://pypi.org/p/cdp-sdk
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3b5b3e9

Please sign in to comment.