Skip to content

Commit

Permalink
chore: remove token env
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Oct 19, 2022
1 parent b9b7fd4 commit 913c7a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 913c7a8

Please sign in to comment.