We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31510d1 commit 3bdf40fCopy full SHA for 3bdf40f
.github/workflows/release.yaml
@@ -17,8 +17,8 @@ jobs:
17
uses: sysdiglabs/[email protected]
18
with:
19
exporter: elasticsearch-exporter
20
- artifactory_token: ${{ secrets.ARTI_TOKEN }}
21
- artifactory_username: [email protected]
+ artifactory_token: ${{ secrets.GAR_DEV_RW_JSON_KEY }}
+ artifactory_username: _json_key
22
sysdig_secure_token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
23
tag_name: ${{ github.event.release.tag_name }}
24
target: ${{ matrix.docker }}
0 commit comments