Skip to content

Commit

Permalink
PA-22607: [Migration]: Migrate to allex-scipt
Browse files Browse the repository at this point in the history
  • Loading branch information
mhnpd committed Apr 3, 2024
1 parent 2b7ea3d commit cd36b02
Show file tree
Hide file tree
Showing 12 changed files with 4,937 additions and 1,356 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
WEBCLIENTNAME: "password-strength"
WEBCLIENTNAME: 'password-strength'
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Test
run: CI=true npm run test
- name: Build
run: CI=true npm run prepublishOnly
run: CI=true npm run build
- name: NPM publish
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
run: CI=true npm publish
run: CI=true npx allex-build publish
slack-notification:
needs: [build]
if: always()
Expand All @@ -59,10 +59,10 @@ jobs:
uses: actano/slack-action@master
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }}
SLACK_CHANNEL: "a-team-ci"
SLACK_CHANNEL: 'a-team-ci'
GITHUB_TOKEN: ${{ secrets.ACTANO_GITHUB_TOKEN }}
GITHUB_RUN_ID: ${{ github.run_id }}
REPO_OWNER: ${{ github.repository_owner }}
REPO_NAME: ${{ github.event.repository.name }}
RUN_ID: ${{ github.run_id }}
SEND_SUCCESS_MESSAGE: "true"
SEND_SUCCESS_MESSAGE: 'true'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules/
lib/
yarn.lock
.types
58 changes: 0 additions & 58 deletions Jenkinsfile-k8s

This file was deleted.

8 changes: 0 additions & 8 deletions index.d.ts

This file was deleted.

0 comments on commit cd36b02

Please sign in to comment.