Skip to content

Commit

Permalink
chore(gha): preemptively add 1p creds
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Dec 4, 2023
1 parent efca134 commit 1657dbe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: split image and tag
id: split
Expand Down Expand Up @@ -220,6 +221,7 @@ jobs:
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: check availability of KIC image
id: check_kic_image
Expand Down Expand Up @@ -324,6 +326,7 @@ jobs:
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: split image and tag
id: split
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: Set image of Kong
id: set_kong_image
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1657dbe

Please sign in to comment.