FIX: Github actiobs auth.

This commit is contained in:
MajorDroolz
2022-12-19 23:03:28 -05:00
parent ec8916f2dc
commit 33b5b9bbe9

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.KEY }}
token: ${{ github.token }}
# Install CLI tools
- uses: actions/setup-node@v3