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 authored and rainest committed Dec 5, 2023
1 parent 636e1cc commit a19540f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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 @@ -92,6 +93,7 @@ jobs:
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

# --------------------------------------------------------------------------
# Repository Checkout
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: setup golang
uses: actions/setup-go@v4
Expand Down Expand Up @@ -199,6 +200,7 @@ jobs:
id: license
with:
password: ${{ secrets.PULP_PASSWORD }}
op-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: checkout repository
if: steps.detect_if_should_run.outputs.result == 'true'
Expand Down

0 comments on commit a19540f

Please sign in to comment.