Skip to content

Commit 1c2e2c7

Browse files
committed
Authenticate gh tool
1 parent 3e934c3 commit 1c2e2c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
run: "python3 scripts/ci-release.py"
2525
env:
2626
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
2222
name = "x86_64"
2323
readme = "README.md"
2424
repository = "https://github.com/rust-osdev/x86_64"
25-
version = "0.0.1-alpha.1"
25+
version = "0.0.1-alpha.2"
2626
edition = "2018"
2727

2828
[dependencies]

0 commit comments

Comments
 (0)