Skip to content

Commit

Permalink
added permissions to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MinuraPunchihewa committed Jun 6, 2024
1 parent 4072d5a commit c759906
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump-mindsdb-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
repository_dispatch:
types: [completed]

permissions:
contents: write
pull-requests: write

jobs:
bump-version:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c759906

Please sign in to comment.