Skip to content

Commit

Permalink
Use personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Dec 19, 2024
1 parent a08f007 commit 35f7b24
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
name: Audit
on: [ pull_request, push ]
permissions:
actions: read
checks: read
contents: read
deployments: read
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
jobs:
audit:
runs-on: ubuntu-latest
Expand All @@ -30,4 +17,4 @@ jobs:
- name: Audit
run: bundle exec ruby ./audit.rb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 35f7b24

Please sign in to comment.