We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d97c6c commit 7a4404fCopy full SHA for 7a4404f
1 file changed
.github/workflows/version-validation.yml
@@ -17,9 +17,13 @@ jobs:
17
runs-on: ubuntu-latest
18
name: "🔍 Version Consistency Check"
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
with:
22
fetch-depth: 0 # Need full history for tag comparison
23
+ token: ${{ secrets.AIRFRAME_ACCESS_TOKEN }}
24
+
25
+ - name: Clone Airframe engine
26
+ run: git clone https://x-access-token:${{ secrets.AIRFRAME_ACCESS_TOKEN }}@github.com/Michael-A-Kuykendall/airframe.git ../airframe --branch v0.0.1 --depth 1
27
28
- name: Install Rust
29
uses: dtolnay/rust-toolchain@stable
0 commit comments