strapi-plugin-github-publish
strapi-plugin-github-publish copied to clipboard
This is a plugin for Strapi headless CMS. It lets you trigger a GitHub Action workflow when the site is ready to be published.
Hello! I have an error when running `yarn build` command after enabling this plugin v0.2.0 for Strapi v4.7.1 ``` % yarn build yarn run v1.22.10 $ strapi build Starting the...
hello, thanks for a great plugin ! I had to make a few tweaks in order for it to work on my new strapi v4 project though. This builds upon...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
hi @digitaljohn looks like Strapi v4 PR was missing a package.json change, sorry for the inconvenience
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.7.2 to 1.7.4. Changelog Sourced from shell-quote's changelog. v1.7.4 - 2022-10-12 Merged Add node_modules to .gitignore [#48](https://github.com/ljharb/shell-quote/issues/48) Commits [eslint] fix indentation and whitespace aaa9d1f [eslint] additional cleanup...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
Error is coming up in strapi-plugin-github-publish/controllers/github-publish.js Line 52 ```const { status } = await axios.post(url, data, { headers });``` Azure VM Image: Ubuntu Server 18.04 LTS Removing the curly braces...