Skip to content

Deploy your WordPress plugin file to the Pronamic plugin directory with this GitHub action.

Notifications You must be signed in to change notification settings

pronamic/action-wp-pronamic-directory-plugin-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

GitHub action Pronamic deploy

Deploy your WordPress plugin file to the Pronamic plugin directory with this GitHub action.

Errors

GraphQL: Resource not accessible by integration (repository.latestRelease)

For private repositories, read access to the contents is required to request the latest release.

    permissions:
      contents: 'read'

https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-the-latest-release

Links