Skip to content

Commit 4ccd9ab

Browse files
committed
add secrets
1 parent 72c55bf commit 4ccd9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_publish-data-platform-data-diff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
DEV_VERSION="$CURRENT_VERSION-dev+${GITHUB_SHA:0:7}"
8585
echo $DEV_VERSION > version.txt
8686
poetry run toml set --toml-path pyproject.toml tool.poetry.version $DEV_VERSION || { echo "Failed to set dev version in pyproject.toml"; exit 1; }
87-
poetry config repositories.data-platform-data-diff $CODEARTIFACT_URL
87+
poetry config repositories.data-platform-data-diff ${{ secrets.CODEARTIFACT_URL }}
8888
poetry publish --repository data-platform-data-diff --username aws --password $(aws codeartifact --region ${{ secrets.AWS_REGION }} get-authorization-token --domain coinlist --query authorizationToken --output text 2>/dev/null) || { echo "Failed to publish the dev package"; exit 1; }
8989
9090
- name: Publish new version

0 commit comments

Comments
 (0)