Skip to content

Commit

Permalink
add write permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
agilgur5 committed Apr 5, 2024
1 parent 9e2601f commit 67a8485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ jobs:
name: UI
needs: [ changed-files ]
if: ${{ needs.changed-files.outputs.ui == 'true' }}
permissions:
contents: write # for pushing deduplicated yarn.lock for dependabot PRs
runs-on: ubuntu-latest
timeout-minutes: 6
env:
Expand Down

0 comments on commit 67a8485

Please sign in to comment.