Skip to content

Commit ba5c40d

Browse files
committed
fix path
1 parent 5efa080 commit ba5c40d

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
@@ -46,7 +46,10 @@ jobs:
4646
runs-on: ubuntu-22.04
4747
steps:
4848
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49-
- uses: .github/actions/configure-goproxy
49+
- uses: ./.github/actions/configure-goproxy
50+
with:
51+
user: ${{ secrets.ARTIFACTORY_USER }}
52+
token: ${{ secrets.ARTIFACTORY_TOKEN }}
5053
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5154
with:
5255
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)