Skip to content

Commit

Permalink
ADD token to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeyh committed Jan 10, 2024
1 parent 5b4b909 commit ed49e10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
exporter: redis-exporter
artifactory_token: ${{ secrets.GAR_DEV_RW_JSON_KEY }}
artifactory_username: _json_key
sysdig_secure_token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
tag_name: ${{ github.event.release.tag_name }}
target: ${{ matrix.docker }}
repository: us-docker.pkg.dev
repository: us-docker.pkg.dev

0 comments on commit ed49e10

Please sign in to comment.