allow workflow to create pr (#1132)

Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2023-02-01 16:54:12 +01:00 committed by GitHub
parent b3495685fb
commit 64c4b1f766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ on:
jobs: jobs:
update-docs: update-docs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
steps: steps:
- name: Checkout Constellation - name: Checkout Constellation
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0