Skip to content

Commit

Permalink
chore: another try to fix v3.3.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Nirmal <nirmal.sasidharan@de.bosch.com>
  • Loading branch information
twodrops committed Apr 29, 2024
1 parent e49e1be commit ea721eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
release:
types: [published]

permissions:
contents: write

env:
python-version: 3.9

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
- main
pull_request:

permissions:
contents: write

env:
python-version: 3.9

Expand Down

0 comments on commit ea721eb

Please sign in to comment.