Skip to content

Commit

Permalink
permission for trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBeilschmidt committed Nov 28, 2023
1 parent 94cb9b0 commit 064fb8e
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 @@ -22,6 +22,9 @@ jobs:
name: pypi
url: https://pypi.org/p/geoengine-openapi-client

permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 064fb8e

Please sign in to comment.