Skip to content

Commit

Permalink
feat: add new feed repo ci envs
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibarbato committed Mar 10, 2024
1 parent cd2fe27 commit bcb5f5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:

env:
UNCONDITIONAL_API_SOURCE_CLIENT_KEY: ${{ secrets.UNCONDITIONAL_API_SOURCE_CLIENT_KEY }}
UNCONDITIONAL_API_FEED_REPO_INDEX: ${{ secrets.UNCONDITIONAL_API_FEED_REPO_INDEX }}
UNCONDITIONAL_API_FEED_REPO_HOST: ${{ secrets.UNCONDITIONAL_API_FEED_REPO_HOST }}
UNCONDITIONAL_API_FEED_REPO_KEY: ${{ secrets.UNCONDITIONAL_API_FEED_REPO_KEY }}
UNCONDITIONAL_API_BUILD_COMMIT_VERSION: ${{ github.sha }}
UNCONDITIONAL_API_BUILD_RELEASE_VERSION: ${{ github.event.release.tag_name }}
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
Expand Down

0 comments on commit bcb5f5d

Please sign in to comment.