Skip to content

Commit

Permalink
Add secrets to action
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Jan 10, 2025
1 parent e133ecb commit aa9de42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ on:
jobs:
tag-and-publish:
uses : AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/python-package-tag-and-publish.yml@main
secrets:
AIND_PYPI_TOKEN: ${{ secrets.AIND_PYPI_TOKEN }}
SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }}
with:
publish: true

0 comments on commit aa9de42

Please sign in to comment.