https://github.com/netlify/submit-build-plugin-action
https://github.com/netlify/submit-build-plugin-action
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netlify/submit-build-plugin-action
- Owner: netlify
- License: mit
- Created: 2022-01-26T17:11:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T00:40:17.000Z (7 months ago)
- Last Synced: 2025-05-01T00:31:05.392Z (about 2 months ago)
- Language: TypeScript
- Size: 529 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/netlify/submit-build-plugin-action/actions)
# @netlify/submit-build-plugin-action
## Usage
1. Create a workflow file under `.github/workflows/submit-netlify-plugin.yml`.
Use this example as a reference:
```yaml
name: Submit plugin
on:
release:
types: [published]jobs:
submit-plugin:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- uses: netlify/submit-build-plugin-action@v1
with:
# GitHub token with `public_repo` scope.
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
```## Contributors
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on how to set up and work on this repository. Thanks
for contributing!