Skip to content

Commit

Permalink
change test workflow to read permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
miaucl committed Aug 27, 2024
1 parent a5b1157 commit 17c80a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: checkAccess
uses: actions-cool/check-user-permission@v2
with:
require: write
require: read
username: ${{ github.triggering_actor }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 17c80a4

Please sign in to comment.