4444 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
4545 with :
4646 toolchain : stable
47- - name : Configure Git to use GITHUB_TOKEN for GitHub
48- env :
49- TOKEN : ${{ secrets.FOUNDRY_TEMPO_RELEASE_PAT }}
50- shell : bash
51- run : |
52- authenticated_url="https://${GITHUB_ACTOR}:${TOKEN}@github.com/"
53- echo "$authenticated_url"
54- git config --global url."$authenticated_url".insteadOf "ssh://[email protected] /" 5547 - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
5648 - uses : mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
5749 - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
8173 with :
8274 toolchain : nightly
8375 components : clippy
84- - name : Configure Git to use GITHUB_TOKEN for GitHub
85- env :
86- TOKEN : ${{ secrets.FOUNDRY_TEMPO_RELEASE_PAT }}
87- shell : bash
88- run : |
89- authenticated_url="https://${GITHUB_ACTOR}:${TOKEN}@github.com/"
90- echo "$authenticated_url"
91- git config --global url."$authenticated_url".insteadOf "ssh://[email protected] /" 9276 - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
9377 - uses : mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
9478 - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
@@ -123,14 +107,6 @@ jobs:
123107 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
124108 with :
125109 toolchain : stable
126- - name : Configure Git to use GITHUB_TOKEN for GitHub
127- env :
128- TOKEN : ${{ secrets.FOUNDRY_TEMPO_RELEASE_PAT }}
129- shell : bash
130- run : |
131- authenticated_url="https://${GITHUB_ACTOR}:${TOKEN}@github.com/"
132- echo "$authenticated_url"
133- git config --global url."$authenticated_url".insteadOf "ssh://[email protected] /" 134110 - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
135111 - uses : mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
136112 - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
@@ -150,14 +126,6 @@ jobs:
150126 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
151127 with :
152128 toolchain : stable
153- - name : Configure Git to use GITHUB_TOKEN for GitHub
154- env :
155- TOKEN : ${{ secrets.FOUNDRY_TEMPO_RELEASE_PAT }}
156- shell : bash
157- run : |
158- authenticated_url="https://${GITHUB_ACTOR}:${TOKEN}@github.com/"
159- echo "$authenticated_url"
160- git config --global url."$authenticated_url".insteadOf "ssh://[email protected] /" 161129 - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
162130 - uses : taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
163131 with :
@@ -178,14 +146,6 @@ jobs:
178146 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
179147 with :
180148 toolchain : nightly
181- - name : Configure Git to use GITHUB_TOKEN for GitHub
182- env :
183- TOKEN : ${{ secrets.FOUNDRY_TEMPO_RELEASE_PAT }}
184- shell : bash
185- run : |
186- authenticated_url="https://${GITHUB_ACTOR}:${TOKEN}@github.com/"
187- echo "$authenticated_url"
188- git config --global url."$authenticated_url".insteadOf "ssh://[email protected] /" 189149 - uses : mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad #
190150 - uses : taiki-e/install-action@cargo-deny
191151 - run : cargo deny --all-features check all
0 commit comments