Skip to content

Commit 41b1fb0

Browse files
committed
testing new ci step
1 parent 30edd1d commit 41b1fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
12-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1311

1412
jobs:
1513
test_and_publish:
@@ -23,10 +21,12 @@ jobs:
2321
- name: Build
2422
run: cargo build --profile release
2523
#- name: Publish to crates.io
24+
# env:
25+
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2626
# run: cargo caw-publish
2727
- name: Publish to Github Releases
2828
env:
29-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3030
run: |
3131
ver=$(cat Cargo.toml | grep -e '^version = ".*"$' | sed 's/version = "\(.*\)"/\1/')
3232
gh release create -d --title v$ver --notes-file RELEASE.md $ver target/release/http_status_code_check

0 commit comments

Comments
 (0)