Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darren test #592

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Update canary.yml
  • Loading branch information
darrentmagic committed Jul 21, 2023
commit 7e20c57319ed12ed60cc25c623d3ef56349f5348
12 changes: 3 additions & 9 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
types: [checks_requested]

env:
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
GH_TOKEN: ${{ secrets.ADMIN_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
# GH_TOKEN: ${{ secrets.ADMIN_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
Expand All @@ -19,7 +19,6 @@ jobs:
steps:

- uses: actions/checkout@v2

- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -49,12 +48,6 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ADMIN_TOKEN }}

- name: Prepare repository
run: git fetch --unshallow --tags

- name: Setup node
uses: actions/setup-node@v2
with:
Expand All @@ -74,3 +67,4 @@ jobs:

- name: Create Canary Release
run: yarn auto canary -v

Loading