|
@@ -26,7 +26,7 @@ jobs:
|
|
|
#GH_NAME: ${{ secrets.GH_NAME }}
|
|
|
#GH_EMAIL: ${{ secrets.GH_EMAIL }}
|
|
|
run: |
|
|
|
- REMOTE="https://${GITHUB_TOKEN}@github.com/crowdsecurity/crowdsec"
|
|
|
+ REMOTE="https://${GH_TOKEN}@github.com/crowdsecurity/crowdsec"
|
|
|
#git config --global user.name "${GH_NAME}"
|
|
|
#git config --global user.email "${GH_EMAIL}"
|
|
|
git remote set-url origin ${REMOTE}
|