3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-23 00:39:30 +01:00
Commit graph

6 commits

Author SHA1 Message Date
David Tolnay
2092cdac92
Enable 'contents: write' permission for all build jobs
Otherwise:

    The workflow is not valid. .github/workflows/cargo-expand.yml (Line: 9, Col: 3):
    Error calling workflow 'dtolnay/install/.github/workflows/build.yml@master'.
    The nested job 'build' is requesting 'contents: write', but is only allowed 'contents: read'.
2022-06-20 03:16:52 -07:00
David Tolnay
c48d5eecf2
Kick rebuilds via branch instead of tag
Having some trouble getting GitHub Actions to run the "on: push: tags"
build after a tag is repointed to a new commit.
2021-10-09 01:34:43 +01:00
David Tolnay
9d028f5e08
Fix reusable workflow secrets syntax 2021-10-08 00:49:45 -04:00
David Tolnay
09c09539c2
Pass private key into the reusable workflow 2021-10-08 00:48:21 -04:00
David Tolnay
98a5d57fe8
Factor build steps into reusable workflow 2021-10-08 00:40:08 -04:00
David Tolnay
de230d0f11
Add cargo-outdated build 2021-10-08 00:21:45 -04:00