Skip to content

Commit 14d0e51

Browse files
committed
add env vars
1 parent a77def5 commit 14d0e51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ jobs:
6363
contents: write
6464
steps:
6565
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
66-
- uses: .github/actions/configure-goproxy
66+
- uses: ./.github/actions/configure-goproxy
67+
env:
68+
USER: ${{ secrets.ARTIFACTORY_USER }}
69+
TOKEN: ${{ secrets.ARTIFACTORY_TOKEN }}
6770
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
6871
with:
6972
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)