Skip to content

Commit

Permalink
removing the github token as workflow has access to checkout code wit…
Browse files Browse the repository at this point in the history
…hout token
  • Loading branch information
jigar-joshi-nirmata committed Dec 22, 2024
1 parent f579c2d commit 8dfca5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install NCTL scan
uses: ./
- name: Check install
Expand Down

0 comments on commit 8dfca5b

Please sign in to comment.