Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💚 Fix CI publish credentials #421

Merged
merged 1 commit into from
May 14, 2023

Conversation

techouse
Copy link
Collaborator

@techouse techouse commented May 14, 2023

Fixes #420 (comment)

Instead of

echo '${{ secrets.PUB_CREDENTIALS }}' > "$XDG_CONFIG_HOME/dart/pub-credentials.json"

it should be

echo '${{ secrets.CREDENTIAL_JSON }}' > "$XDG_CONFIG_HOME/dart/pub-credentials.json"

@techouse techouse merged commit 64bd220 into lejard-h:develop May 14, 2023
@techouse techouse deleted the fix/github-secrets branch May 14, 2023 06:38
techouse added a commit that referenced this pull request May 14, 2023
# 6.1.2

* [FIX] #419
* [FIX] #421
* [CHORE] #417
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants