mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 10:35:08 -05:00
allow workflow to create pr (#1132)
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
b3495685fb
commit
64c4b1f766
3
.github/workflows/update-cli-reference.yml
vendored
3
.github/workflows/update-cli-reference.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user