Skip to content

Commit

Permalink
allow only users with write access to bump
Browse files Browse the repository at this point in the history
  • Loading branch information
boyum committed Apr 20, 2022
1 parent 9e4b26a commit 36da2fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/bump-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: "Check if user has write access"
uses: "lannonbr/[email protected]"
with:
permission: "write"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: React to comment
uses: dkershner6/reaction-action@v1 # https://github.com/marketplace/actions/comment-reaction
with:
Expand Down

0 comments on commit 36da2fc

Please sign in to comment.