fix: testing docker image build

pull/1097/head
smit95tpatel 2022-04-28 18:02:48 +05:30
parent 178cb45b67
commit ea45f496dd
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
name: CI
on: [push]
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
NPM_RAZORPAY_TOKEN: ${{ secrets.NPM_RAZORPAY_TOKEN }}
jobs:
cancel:
runs-on: [ubuntu-latest]

3
react-frontend/.npmrc Normal file
View File

@ -0,0 +1,3 @@
@razorpay:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:always-auth=true
//npm.pkg.github.com/:_authToken=${GITHUB_ACCESS_TOKEN}