Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix in Alex workflow (#1744)
Browse files Browse the repository at this point in the history
Signed-off-by: Mukul Malhotra <[email protected]>
  • Loading branch information
mukul-seagate11 authored Jul 13, 2022
1 parent 66f9944 commit 9149812
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/alex_reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: "Enable the permissions"
run: |
sudo chown -R root:root $GITHUB_WORKSPACE
- uses: Seagate/action-alex@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9149812

Please sign in to comment.