Skip to content

Commit

Permalink
giving permissions in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Sep 20, 2023
1 parent 31d7597 commit 8bb9962
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-pr-review-both-browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main

permissions:
actions: write
issues: write
pull-requests: write

jobs:
chrome-publish:
name: "Build For PR Review"
Expand Down

0 comments on commit 8bb9962

Please sign in to comment.