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 ad76966 commit 59d36a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ jobs:
GITEA_DEPLOY_IMAGE_TAG: ':${{ needs.get_version.outputs.gitea_sha_short }}'
shell: bash
run: |
token="$(scripts/pre_e2e.sh)"
token=$(scripts/pre_e2e.sh)
echo "${token}"
echo "CYPRESS_GITEA_ADMIN_TOKEN=${token}" >> $GITHUB_ENV
- name: e2e
Expand Down

0 comments on commit 59d36a5

Please sign in to comment.