Skip to content

Commit

Permalink
feat: /build slash command permission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed May 16, 2024
1 parent d5f2864 commit 9168176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/slash-build-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
if: ${{ contains(github.event.comment.body, '/build') && github.actor == 'tanmoysrt' }}
permissions:
actions: write
issues: write
runs-on: ubuntu-latest
steps:
- name: Check args
Expand Down

0 comments on commit 9168176

Please sign in to comment.