Skip to content

Commit

Permalink
ci: testing setting the vars directly
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 10, 2024
1 parent 0053c4e commit 6225e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: |
docker run -e GIT_EMAIL=${GIT_EMAIL} -e GIT_USERNAME=${GIT_USERNAME} -e GITHUB_TOKEN=${GITHUB_TOKEN} -e RELEASE_IT_PLUGINS="@release-it/conventional-changelog@latest" -v $(pwd):/app ghcr.io/${{ github.repository }}:${{ github.sha }} release-it --dry-run
env:
GIT_EMAIL: ${{ vars.GIT_EMAIL }}
GIT_USERNAME: ${{ vars.GIT_USERNAME }}
GIT_EMAIL: "juancarlosjr97@gmail.com"
GIT_USERNAME: "Juan Carlos Blanco Delgado"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6225e3e

Please sign in to comment.