Add git credentials
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danny Bessems 2023-05-20 13:22:20 +02:00
parent fe5147bd2e
commit a46610f828

View File

@ -46,10 +46,17 @@ steps:
ca-certificates
- |
npm install semantic-release
- |
export GIT_CREDENTIALS=${GIT_USERNAME}:${GIT_APIKEY}
- |
npx semantic-release \
--branches ${DRONE_BRANCH}
--branches ${DRONE_BRANCH} \
--repository-url
--dry-run
environment:
GIT_APIKEY:
from_secret: git_apikey
GIT_USERNAME: djpbessems
# - name: Install Ansible Galaxy collections
# depends_on: