Skip to content

Commit 5dd812c

Browse files
committed
CHANGE github-action version and ADD token propertie
1 parent 067ed8e commit 5dd812c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
if: "!startswith(github.ref, 'refs/tags/v')"
1515
run: exit 78
1616
- name: build
17-
uses: sysdiglabs/exporter-builder@v0.4
17+
uses: sysdiglabs/exporter-builder@v0.5
1818
with:
1919
exporter: postgresql-exporter
2020
artifactory_token: ${{ secrets.ARTI_TOKEN }}
2121
artifactory_username: david.lorite@sysdig.com
22+
sysdig_secure_token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
2223
tag_name: ${{ github.event.release.tag_name }}
2324
target: ${{ matrix.docker }}
2425
repository: artifactory.internal.sysdig.com

0 commit comments

Comments
 (0)