Skip to content

Commit 3cf5d79

Browse files
committed
Update test.yml
1 parent a6ec95c commit 3cf5d79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: "Test Workflow"
33
on:
44
workflow_dispatch:
55

6+
permissions: read-all
7+
68
jobs:
79
safety_check:
810
runs-on: ubuntu-latest
@@ -11,9 +13,10 @@ jobs:
1113
- name: "Checkout Repository"
1214
uses: actions/checkout@v4
1315
- name: "Security Check"
14-
uses: pycord-development/[email protected].1
16+
uses: pycord-development/[email protected].2
1517
with:
1618
whitelisted-github-ids: ${{ vars.ALLOWED_USER_IDS }}
19+
token: ${{ secrets.GITHUB_TOKEN }}
1720
- name: "Test Output"
1821
run: echo "Hi"
1922
further_test:

0 commit comments

Comments
 (0)