Skip to content

Commit 3bdf40f

Browse files
committed
Fix artifactory credentials
1 parent 31510d1 commit 3bdf40f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: sysdiglabs/[email protected]
1818
with:
1919
exporter: elasticsearch-exporter
20-
artifactory_token: ${{ secrets.ARTI_TOKEN }}
21-
artifactory_username: [email protected]
20+
artifactory_token: ${{ secrets.GAR_DEV_RW_JSON_KEY }}
21+
artifactory_username: _json_key
2222
sysdig_secure_token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
2323
tag_name: ${{ github.event.release.tag_name }}
2424
target: ${{ matrix.docker }}

0 commit comments

Comments
 (0)