Skip to content

Commit

Permalink
granular permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-quix committed Jun 6, 2024
1 parent fc19d4f commit 7f2eeba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create PR on Release
name: Create Docs PR on Release

on:
push:
Expand All @@ -7,6 +7,9 @@ on:
release:
types: [published]

permissions:
pull-requests: write

jobs:
create-pr:
runs-on: ubuntu-latest
Expand All @@ -17,6 +20,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}


- name: Install Quix CLI
run: curl -fsSL https://github.com/quixio/quix-cli/raw/main/install.sh | bash

Expand Down

0 comments on commit 7f2eeba

Please sign in to comment.