Skip to content

Commit

Permalink
workflows/release: update pub credentials path
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Jan 14, 2023
1 parent ca8f093 commit 060f4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Setup credentials
run: |
mkdir -p ~/.pub-cache
cat <<EOF > ~/.pub-cache/credentials.json
mkdir -p $XDG_CONFIG_HOME/dart
cat <<EOF > $XDG_CONFIG_HOME/dart/pub-credentials.json
{
"accessToken":"${{ secrets.PUB_OAUTH_ACCESS_TOKEN }}",
"refreshToken":"${{ secrets.PUB_OAUTH_REFRESH_TOKEN }}",
Expand Down

0 comments on commit 060f4b4

Please sign in to comment.