Skip to content

Commit

Permalink
Updated github token env
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Apr 21, 2021
1 parent 4b5e041 commit 8d32340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cli_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Create Release

on:
push:
tags:
- 'v*'
tags:
- "v*"

jobs:
test:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
env:
PUB_CREDENTIALS: ${{ secrets.PUB_CREDENTIALS }}
GITHUB_TOKEN: ${{ secrets.HOMEBREW_FVM_GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
container:
image: google/dart:latest
steps:
Expand All @@ -61,4 +61,4 @@ jobs:
run: pub run grinder pkg-github-all

- name: Deploy to Pub
run: pub run grinder pkg-pub-deploy
run: pub run grinder pkg-pub-deploy

0 comments on commit 8d32340

Please sign in to comment.