Skip to content

Commit

Permalink
allow workflow to create pr (#1132)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
  • Loading branch information
Fabian Kammel committed Feb 1, 2023
1 parent b349568 commit 64c4b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-cli-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
update-docs:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout Constellation
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Expand Down

0 comments on commit 64c4b1f

Please sign in to comment.