https://github.com/pronamic/action-wp-pronamic-directory-plugin-deploy
Deploy your WordPress plugin file to the Pronamic plugin directory with this GitHub action.
https://github.com/pronamic/action-wp-pronamic-directory-plugin-deploy
curl gcloud gcloud-cli github github-actions github-cli google google-cloud google-cloud-platform wordpress wordpress-development wordpress-plugin
Last synced: 3 months ago
JSON representation
Deploy your WordPress plugin file to the Pronamic plugin directory with this GitHub action.
- Host: GitHub
- URL: https://github.com/pronamic/action-wp-pronamic-directory-plugin-deploy
- Owner: pronamic
- Created: 2024-09-30T14:29:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T11:06:44.000Z (6 months ago)
- Last Synced: 2025-01-23T06:26:31.350Z (5 months ago)
- Topics: curl, gcloud, gcloud-cli, github, github-actions, github-cli, google, google-cloud, google-cloud-platform, wordpress, wordpress-development, wordpress-plugin
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```yml
permissions:
contents: 'read'
```https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-the-latest-release
## Links
- https://cli.github.com/manual/gh_repo_view
- https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-the-latest-release
- https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/
- https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#permissions