Skip to content

Commit

Permalink
Merge pull request #447 from Groww-OSS/fix/wf-release-bot-credentials
Browse files Browse the repository at this point in the history
Fix/wf release bot credentials
  • Loading branch information
saloni-groww authored Jul 10, 2024
2 parents ceb746d + 531ac63 commit 6088978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,9 @@ jobs:
pnpm install
pnpm run build --filter="@groww-tech/${{env.package_name}}"
- if: steps.cpv.outputs.is-new-version == 'true'
name: Deploy the documents on github pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run push-doc -- -u "github-bot <[email protected]>"
working-directory: './${{env.package_dir}}/${{env.package_name}}'
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN_WEB_OSS }}

- if: steps.cpv.outputs.is-new-version == 'true'
uses: ./.github/workflows/actions/pnpm_publish
with:
github_token: ${{secrets.GIT_TOKEN_WEB_OSS}}
npm_token: ${{secrets.NPM_TOKEN_WEB_OSS}}
path: './${{env.package_dir}}/${{env.package_name}}'
path: './${{env.package_dir}}/${{env.package_name}}'
2 changes: 1 addition & 1 deletion packages/ella/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/ella",
"version": "0.2.9",
"version": "0.2.8",
"description": "Ella is a utility-belt library for JavaScript that provides general purpose methods used in day to day programming.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 6088978

Please sign in to comment.