Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed May 2, 2021
1 parent 995f648 commit d633c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
Expand Down

0 comments on commit d633c3e

Please sign in to comment.