mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
faa2643bbe
https://github.blog/changelog/2022-01-25-github-actions-reusable-workflows-can-be-referenced-locally/
15 lines
198 B
YAML
15 lines
198 B
YAML
name: xargo
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- xargo
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
crate: xargo
|
|
permissions:
|
|
contents: write
|
|
secrets: inherit
|