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

Add support for Deno #1446

Merged
merged 12 commits into from Oct 21, 2020
Merged

Add support for Deno #1446

merged 12 commits into from Oct 21, 2020

Conversation

oscarotero
Copy link
Contributor

Related #1430

I've created the new repository postcss-deno containing a script to get the postcss code and transform to javascript compatible with Deno.

This PR add a github action that is runned after creating new tags, so it will update automatically the code in the postcss-deno repository and create the same tag there.

The only requirement is a secret variable with a PAT that have writting access to postcss-deno repository in order to commit the changes and create the new tag. So, after merging this PR, you have to:

  • Go to Settings > Secrets of this repository
  • Click in "New Secret"
  • The secret name is PAT, and the value the access token

That's all.

@ai ai merged commit d1931f0 into postcss:master Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants