We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efa080 commit ba5c40dCopy full SHA for ba5c40d
.github/workflows/ci.yml
@@ -46,7 +46,10 @@ jobs:
46
runs-on: ubuntu-22.04
47
steps:
48
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49
- - uses: .github/actions/configure-goproxy
+ - uses: ./.github/actions/configure-goproxy
50
+ with:
51
+ user: ${{ secrets.ARTIFACTORY_USER }}
52
+ token: ${{ secrets.ARTIFACTORY_TOKEN }}
53
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
54
with:
55
go-version-file: 'go.mod'
0 commit comments