Skip to content

Commit

Permalink
Add permissions and token to sync-konnect-oas-data
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Nov 9, 2023
1 parent a732c9e commit f724fdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync-konnect-oas-data.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Sync Konnect OAS Data
on: workflow_dispatch

permissions:
contents: write
pull-requests: write

jobs:
update_oas_data:
runs-on: ubuntu-latest
Expand All @@ -17,3 +21,4 @@ jobs:
title: Sync Konnect OAS Data
commit-message: Sync Konnect OAS Data
labels: 'review:tech'
token: ${{ secrets.PAT }}

0 comments on commit f724fdd

Please sign in to comment.