Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 17, 2024
1 parent a6ec95c commit 3cf5d79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "Test Workflow"
on:
workflow_dispatch:

permissions: read-all

jobs:
safety_check:
runs-on: ubuntu-latest
Expand All @@ -11,9 +13,10 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v4
- name: "Security Check"
uses: pycord-development/[email protected].1
uses: pycord-development/[email protected].2
with:
whitelisted-github-ids: ${{ vars.ALLOWED_USER_IDS }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: "Test Output"
run: echo "Hi"
further_test:
Expand Down

0 comments on commit 3cf5d79

Please sign in to comment.