Skip to content

Commit

Permalink
chore: remove GH_TOKEN from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 4, 2023
1 parent 3d880f7 commit 63ceca4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+'
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 1,9 * * *'
Expand All @@ -13,9 +13,6 @@ defaults:
run:
shell: bash

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
e2e: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ defaults:
run:
shell: bash

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
Expand Down

0 comments on commit 63ceca4

Please sign in to comment.