Skip to content

Commit 087e3cb

Browse files
committed
Pass the username and password to the go-rk container action.
1 parent 29507b3 commit 087e3cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ jobs:
216216
with:
217217
registry: quay.io
218218
image: quay.io/stackstate/go-rk:v0.2.3
219+
username: ${{ env.QUAY_USER }}
220+
password: ${{ env.QUAY_PASSWORD }}
219221
options: >
220222
-v ${{ github.workspace }}:/workspace
221223
-e RK_JIRA_PROJECT=STAC

0 commit comments

Comments
 (0)