3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
Commit graph

3 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
1d5ba62c60
Add cargo-tally build 2021-10-09 01:04:13 +01:00