mirror of https://github.com/statping/statping
fix: testing docker image build
parent
178cb45b67
commit
ea45f496dd
|
@ -1,5 +1,8 @@
|
||||||
name: CI
|
name: CI
|
||||||
on: [push]
|
on: [push]
|
||||||
|
env:
|
||||||
|
GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
|
||||||
|
NPM_RAZORPAY_TOKEN: ${{ secrets.NPM_RAZORPAY_TOKEN }}
|
||||||
jobs:
|
jobs:
|
||||||
cancel:
|
cancel:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
|
|
|
@ -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}
|
Loading…
Reference in New Issue