mirror of
https://github.com/dtolnay/install.git
synced 2025-01-31 07:01:20 +01:00
Delete publication of gpg signatures
This commit is contained in:
parent
76a2a388a3
commit
fecfd84ebe
26 changed files with 1 additions and 64 deletions
1
.github/workflows/bindgen.yml
vendored
1
.github/workflows/bindgen.yml
vendored
|
@ -16,4 +16,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/buckle.yml
vendored
1
.github/workflows/buckle.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
@ -29,9 +29,6 @@ on:
|
|||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
secrets:
|
||||
private_key:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -59,12 +56,6 @@ jobs:
|
|||
run: echo "which=$(which ${{inputs.bin || inputs.crate}})" >> $GITHUB_OUTPUT
|
||||
- id: version
|
||||
run: echo "version=$(cargo install --list | grep -o '^${{inputs.crate}} \([^ :]\)\+')" >> $GITHUB_OUTPUT
|
||||
- run: echo "$PRIVATE_KEY" | gpg --import
|
||||
env:
|
||||
PRIVATE_KEY: ${{secrets.private_key}}
|
||||
- run: gpg --output ${{inputs.bin || inputs.crate}}.sig --detach-sig ${{steps.which.outputs.which}}
|
||||
- run: gpg --output signing-key.gpg --dearmor signing-key.asc
|
||||
- run: gpg --no-default-keyring --keyring ./signing-key.gpg --verify ${{inputs.bin || inputs.crate}}.sig ${{steps.which.outputs.which}}
|
||||
- uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
subject-path: ${{steps.which.outputs.which}}
|
||||
|
@ -75,8 +66,6 @@ jobs:
|
|||
with:
|
||||
tag_name: ${{inputs.crate}}
|
||||
target_commitish: ${{github.ref}}
|
||||
files: |
|
||||
${{steps.which.outputs.which}}
|
||||
${{inputs.bin || inputs.crate}}.sig
|
||||
files: ${{steps.which.outputs.which}}
|
||||
fail_on_unmatched_files: true
|
||||
body: ${{steps.version.outputs.version}}
|
||||
|
|
1
.github/workflows/cargo-afl.yml
vendored
1
.github/workflows/cargo-afl.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cargo-bloat.yml
vendored
1
.github/workflows/cargo-bloat.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cargo-docs-rs.yml
vendored
1
.github/workflows/cargo-docs-rs.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cargo-expand.yml
vendored
1
.github/workflows/cargo-expand.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cargo-fuzz.yml
vendored
1
.github/workflows/cargo-fuzz.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cargo-llvm-lines.yml
vendored
1
.github/workflows/cargo-llvm-lines.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cargo-outdated.yml
vendored
1
.github/workflows/cargo-outdated.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cargo-tally.yml
vendored
1
.github/workflows/cargo-tally.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cargo-unlock.yml
vendored
1
.github/workflows/cargo-unlock.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cargo-web.yml
vendored
1
.github/workflows/cargo-web.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cbindgen.yml
vendored
1
.github/workflows/cbindgen.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/cxxbridge-cmd.yml
vendored
1
.github/workflows/cxxbridge-cmd.yml
vendored
|
@ -16,4 +16,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/dircnt.yml
vendored
1
.github/workflows/dircnt.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/dotslash.yml
vendored
1
.github/workflows/dotslash.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/faketty.yml
vendored
1
.github/workflows/faketty.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/honggfuzz.yml
vendored
1
.github/workflows/honggfuzz.yml
vendored
|
@ -16,4 +16,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/mdbook.yml
vendored
1
.github/workflows/mdbook.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/reindeer.yml
vendored
1
.github/workflows/reindeer.yml
vendored
|
@ -16,4 +16,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
|
@ -17,4 +17,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/sha1dir.yml
vendored
1
.github/workflows/sha1dir.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/star-history.yml
vendored
1
.github/workflows/star-history.yml
vendored
|
@ -15,4 +15,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
1
.github/workflows/taplo-cli.yml
vendored
1
.github/workflows/taplo-cli.yml
vendored
|
@ -17,4 +17,3 @@ jobs:
|
|||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
secrets: inherit
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
mQINBGFfhJUBEADsvu8a4X+CmPIna6STuN4/zIYVhseoD3oe3AG/rP8N+nZwbPbC
|
||||
Pa72MrJyTqXlZhS7KStIyOM85UhjMTdacsfdARMOsSb/42+LiEkXQix8iJrSi0oi
|
||||
l8ZRBt50bNQipOXRuNobz2p/vVO98aAhrwqzLuzSEGvLbJtSgXoz6DPy70Ds4YRr
|
||||
pLCDTI6u8dybUJWeVLFbqNLtejZ44RkHMGJB7fHMue7to8mh99Gn3uD6O+0O/0pz
|
||||
c5KLVeLzOUQFnV4mq7sjDjpSk8vlYGp/tDQdWDpzpijLFmG0SECgsXdI3pJZj2iV
|
||||
lWo3mO9GBeBSHdTp57Uioqm2/diGA2T+sZZt3lNIyeqKtSg5CCJlNBeFlHwEbqjm
|
||||
1LShrJ4PP+703DmKa2vqSNWoVj2I2qLfti6hlKvGtynpvMmZN7r3YvumgOz227of
|
||||
ZloI3xghlpRm5V75G/UuCBdn9fPk/WnIhFs6aGebJB3ziy+MJvYpDymtvrrXJ7R9
|
||||
M4ApFg9uCzMYfhia63RGmFkeTw6J8OmsVFSwUjPtv2L39oKVTcPqNDVlaen1kd9f
|
||||
xdMDqzivUjoR2e2fFCGHiRwmLlr23mB4Mhff6truIW0FKs7hjmzA52b8R0M/CytF
|
||||
8ta38n/BVJlol8Z98Q3BtK+8aaW4eOY8D5Mva7goNuxPNJ4WTB10QyU6SwARAQAB
|
||||
tBpnaXRodWIuY29tL2R0b2xuYXkvaW5zdGFsbIkCTgQTAQoAOBYhBLqplnyp4oYs
|
||||
nxtztoMDNNamAQxBBQJhX4SVAhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJ
|
||||
EIMDNNamAQxBrQwP/2p52CmzqcI208Tra4ZO6Rv75ka5y7RBtoEfhGD4YEkRlgou
|
||||
wYMLTzHHxT0ISoxWoQTqXEiH3ckH7oEDxKRutxw4jMwMKXd48eapro0/Bk/dyj8g
|
||||
AGSt6+Uz5FhNFE4IUnf3iVa+c0QIqP/tSkAX4HM/U+zoMflK0BuBQ/bXVehl5gzQ
|
||||
MggF1nvJhlAWWyWBltRNx9obI5mg5fK3ZGofQ+ptU5HY1Nr7F0MOkGAPF88DuZCE
|
||||
OMr/Qy34+Sq79yI8u8vLlZu1tFEj+hh/OtyumUW2vbeVRfSDIXvdAw49wALe0P5v
|
||||
ArwnPgdepSj0B3SvEH0//B28Bdh+iXcxevKwZLtiQmde3CgfpGL6GbeYITTGA8xn
|
||||
AFnQEQUa0wSfJyXNnh1lmogoEG59XpeQUzrCpxFL1GK5TpQR609zHOofL39nwrxJ
|
||||
jp5U/6pFlEysxBVXdX2hp5iVVzKUtZwiL06sa59KmdwG6uEr1Y8hEpElmRrmF1I0
|
||||
rOsdGgvlOfVvzoZsBrBjxj74s+rJ1dC/k3ls46h3kvzqn7qU6HqsK5FmFGSmgZGT
|
||||
W22mf56UhXqMkHeC6sVKTtY8SDicHxWz6da7OPB8Qulg7h9d0N9sBbriMEhOSWNE
|
||||
pCk6yGgRsAM091qLkfNK1zy6DRPnlrnPPiXfTnjKLwDMz96yJqQbAuomN+On
|
||||
=T/8O
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
Loading…
Add table
Reference in a new issue