Skip to content

Commit

Permalink
Allow GH actions from forked repos
Browse files Browse the repository at this point in the history
Refs: #2066

Signed-off-by: Martin Matyas <martin.matyas@tietoevry.com>
  • Loading branch information
martin-mat committed Jun 20, 2024
1 parent 01464d0 commit a194348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
export PROTECTED_DOCKERHUB_EMAIL=${EMAIL_ARRAY[$RANDOMIZER]}
export PROTECTED_IMAGE_REPO=${IMAGE_ARRAY[$RANDOMIZER]}
docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PASSWORD
[[ ! -z "$DOCKERHUB_USERNAME" && ! -z "$DOCKERHUB_PASSWORD" ]] && docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_PASSWORD
source cluster.env
export KUBECONFIG=$(pwd)/$CLUSTER.conf
Expand Down

0 comments on commit a194348

Please sign in to comment.