SK-2519: extract hard coded strings to constants and update linting r… #164
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish package to the JFROG Artifactory | |
| on: | |
| push: | |
| tags-ignore: | |
| - '*.*' | |
| paths-ignore: | |
| - "*.md" | |
| branches: | |
| - release/* | |
| jobs: | |
| build-and-deploy: | |
| uses: ./.github/workflows/shared-build-and-deploy.yml | |
| with: | |
| ref: ${{ github.ref_name }} | |
| server-id: central | |
| profile: jfrog | |
| tag: 'internal' | |
| secrets: | |
| server-username: ${{ secrets.ARTIFACTORY_USERNAME }} | |
| server-password: ${{ secrets.ARTIFACTORY_PASSWORD }} | |
| gpg-key: ${{ secrets.JFROG_GPG_KEY }} | |
| gpg-passphrase: ${{ secrets.JFROG_GPG_PASSPHRASE }} | |
| skyflow-credentials: ${{ secrets.SKYFLOW_CREDENTIALS }} >> .env | |
| test-expired-token: ${{ secrets.TEST_EXPIRED_TOKEN }} >> .env | |
| test-reusable-token: ${{ secrets.TEST_REUSABLE_TOKEN }} >> .env |