Skip to content

Commit

Permalink
Merge pull request #268 from weka/sergey/fix_workflow_permissions
Browse files Browse the repository at this point in the history
chore(deps): add workflow permissions to push-dev
  • Loading branch information
sergeyberezansky authored Jun 17, 2024
2 parents e645e69 + caa8f25 commit 96bac03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
push-dev:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down

0 comments on commit 96bac03

Please sign in to comment.