mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Remove danger CI
This commit is contained in:
parent
d06e16852a
commit
62be404fbf
23
.github/workflows/danger.yml
vendored
23
.github/workflows/danger.yml
vendored
|
@ -1,23 +0,0 @@
|
||||||
name: Danger
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches: [ 'master' ]
|
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
|
||||||
danger:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Use Node.js 10.x
|
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: 10.x
|
|
||||||
- name: install yarn
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: yarn install
|
|
||||||
run: |
|
|
||||||
yarn install --frozen-lockfile
|
|
||||||
- name: Danger
|
|
||||||
run: yarn danger ci
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
2
.github/workflows/fix.yml
vendored
2
.github/workflows/fix.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
if: github.repository_owner == 'trustwallet'
|
if: github.repository_owner == 'trustwallet'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
|
token: ${{ secrets.COMMIT_TOKEN }}
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
- name: Checkout (fork repo, default token)
|
- name: Checkout (fork repo, default token)
|
||||||
if: github.repository_owner != 'trustwallet'
|
if: github.repository_owner != 'trustwallet'
|
||||||
|
|
2
.github/workflows/periodic-update.yml
vendored
2
.github/workflows/periodic-update.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
|
token: ${{ secrets.COMMIT_TOKEN }}
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user