Skip to content

Commit

Permalink
feat(github): poetry update workflow [pulumi]
Browse files Browse the repository at this point in the history
  • Loading branch information
mergealot committed Oct 4, 2024
1 parent bd8610e commit d494d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 5
permissions:
contents: read
statuses: write
contents: write # Allow creation of separate branch and push to it
pull-requests: write # Allow creation of PRs
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d494d81

Please sign in to comment.