Skip to content

Commit

Permalink
chore: ci fix pr permissions (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata authored Feb 14, 2024
1 parent e2f19cd commit 8cdaf67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-master-to-stable.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Generates a PR that syncs stable to master
name: Sync Master to Stable
on:
workflow_dispatch:
# Generates a PR that syncs stable to master

jobs:
generate_sync_pr:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8cdaf67

Please sign in to comment.