Skip to content

Commit

Permalink
squash! Make the pre_e2e script echo the token
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Jun 29, 2023
1 parent cdd9ebc commit 9db0406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
shell: bash
run: |
token="$(scripts/pre_e2e.sh)"
echo "CYPRESS_GITEA_ADMIN_TOKEN=${token}" >> $GITHUB_ENV
echo "CYPRESS_GITEA_ADMIN_TOKEN='${token}'" >> $GITHUB_ENV
- name: e2e
timeout-minutes: 40
Expand Down

0 comments on commit 9db0406

Please sign in to comment.