Remove wrong token usage
This commit is contained in:
parent
24b17be1d2
commit
b04d4f7a80
|
@ -34,8 +34,6 @@ jobs:
|
||||||
else
|
else
|
||||||
echo "Submodule fetch skipped."
|
echo "Submodule fetch skipped."
|
||||||
fi
|
fi
|
||||||
with:
|
|
||||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
|
|
||||||
- name: Use Node.js 14.x
|
- name: Use Node.js 14.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue