Skip to content

Commit

Permalink
chore: update ironbank login for actions (#27)
Browse files Browse the repository at this point in the history
* chore: update ironbank login for actions

* chore: update ironbank login for actions
  • Loading branch information
TristanHoladay committed Jan 4, 2024
1 parent 9c49a03 commit 945053a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Create Package
uses: ./.github/actions/create-zarf-package
with:
username: ${{ secrets.REGISTRY1_USERNAME }}
password: ${{ secrets.REGISTRY1_PASSWORD }}
username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
working-dir: ${{ inputs.working_dir }}

- name: Login to GHCR
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-k3d-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- uses: ./.github/actions/create-zarf-package
with:
username: ${{ secrets.REGISTRY1_USERNAME }}
password: ${{ secrets.REGISTRY1_PASSWORD }}
username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
working-dir: ${{ inputs.working_dir }}
download-init-package: true
timeout-minutes: 60
Expand Down

0 comments on commit 945053a

Please sign in to comment.