Skip to content

Commit

Permalink
Merge pull request #40 from mindsdb/bugfix/fix_mindsdb_update_workflow
Browse files Browse the repository at this point in the history
Added Permissions to the Workflow
  • Loading branch information
MinuraPunchihewa authored Jun 6, 2024
2 parents 4072d5a + c759906 commit 79a3b23
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 79a3b23

Please sign in to comment.