Skip to content

Commit

Permalink
Add workflow to automatically upgrade cdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Srebniak committed Jan 17, 2024
1 parent 88067f2 commit 14ba84b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upgrade-cdk-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
name: Create Pull Request
needs: upgrade
runs-on: ubuntu-latest
permissions:
contents: read # remove
pull-requests: write # remove
# permissions:
# contents: read
# pull-requests: write # remove
if: ${{ needs.upgrade.outputs.patch_created }}
steps:
- name: Checkout
Expand Down

0 comments on commit 14ba84b

Please sign in to comment.