https://github.com/brdgm/github-action-build
GitHub Action
https://github.com/brdgm/github-action-build
Last synced: 4 months ago
JSON representation
GitHub Action
- Host: GitHub
- URL: https://github.com/brdgm/github-action-build
- Owner: brdgm
- License: apache-2.0
- Created: 2024-05-03T19:37:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-18T14:25:47.000Z (9 months ago)
- Last Synced: 2025-09-18T17:07:59.424Z (9 months ago)
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
github-action-build
======
Composite GitHub Action to build a brdgm.me application.
Usage example:
```yaml
name: Build
on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: brdgm/github-action-build@v1
with:
sonar-token: ${{ secrets.SONARCLOUD_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
```