Skip to content

Commit

Permalink
ci: pass Artifactory user and password to publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser authored and stempler committed May 8, 2024
1 parent 9f5ad80 commit aa7df45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
upload-artifact-name: distributions
secrets:
SLACK_NOTIFICATIONS_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
WETF_ARTIFACTORY_USER: ${{ secrets.WETF_ARTIFACTORY_USER }}
WETF_ARTIFACTORY_PASSWORD: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }}

docker:
# FIXME both master and devel will push latest - only one should
Expand Down

0 comments on commit aa7df45

Please sign in to comment.