Skip to content

Commit

Permalink
add permission for github release action
Browse files Browse the repository at this point in the history
also adding manual trigger to release workflow. might be temporary..
  • Loading branch information
radusuciu committed Feb 27, 2024
1 parent 14ecde7 commit 9f0d420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '*.*.*'
workflow_dispatch:

jobs:
build-and-publish:
Expand All @@ -12,6 +13,8 @@ jobs:
env:
VIRTUAL_ENV: .venv
permissions:
# for creating github release
contents: write
# for trusted publishing
id-token: write
steps:
Expand Down

0 comments on commit 9f0d420

Please sign in to comment.