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 b1403b3 commit 88067f2
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,8 +45,9 @@ jobs:
name: Create Pull Request
needs: upgrade
runs-on: ubuntu-latest
# permissions:
# contents: read
permissions:
contents: read # remove
pull-requests: write # remove
if: ${{ needs.upgrade.outputs.patch_created }}
steps:
- name: Checkout
Expand All @@ -69,7 +70,6 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
# token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
push-to-fork: psrebniak/cdk-appflow
commit-message: |-
chore(deps): upgrade cdklabs-projen-project-types
Expand Down

0 comments on commit 88067f2

Please sign in to comment.