Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbroc committed Jan 18, 2024
1 parent 4a26d45 commit 4710fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: release

on: release
on: push

jobs:
build:
Expand Down Expand Up @@ -44,6 +44,7 @@ jobs:
url: https://pypi.org/p/simcat
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
content: read

steps:
- name: Download all the dists
Expand Down

0 comments on commit 4710fa7

Please sign in to comment.