Skip to content

Commit bcb5f5d

Browse files
committed
feat: add new feed repo ci envs
1 parent cd2fe27 commit bcb5f5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55

66
env:
77
UNCONDITIONAL_API_SOURCE_CLIENT_KEY: ${{ secrets.UNCONDITIONAL_API_SOURCE_CLIENT_KEY }}
8+
UNCONDITIONAL_API_FEED_REPO_INDEX: ${{ secrets.UNCONDITIONAL_API_FEED_REPO_INDEX }}
9+
UNCONDITIONAL_API_FEED_REPO_HOST: ${{ secrets.UNCONDITIONAL_API_FEED_REPO_HOST }}
10+
UNCONDITIONAL_API_FEED_REPO_KEY: ${{ secrets.UNCONDITIONAL_API_FEED_REPO_KEY }}
811
UNCONDITIONAL_API_BUILD_COMMIT_VERSION: ${{ github.sha }}
912
UNCONDITIONAL_API_BUILD_RELEASE_VERSION: ${{ github.event.release.tag_name }}
1013
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)