Skip to content

Commit

Permalink
fixed workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Sep 2, 2024
1 parent 515ba1f commit af7a092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
run: curl -sfOL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub

- name: Authenticate to Private Registry
run: hauler login ${Registry} --username ${RegistryUsername} --pasword ${RegistryPassword}
run: hauler login ${Registry} --username ${RegistryUsername} --password ${RegistryPassword}

- name: Set Up AWS CLI and Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit af7a092

Please sign in to comment.