Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Sep 16, 2023
1 parent f763b79 commit 7d7da1d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: bot

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHACHA_KEY: ${{ secrets.CHACHA_KEY }}
CARGO_TERM_COLOR: always
CARGO_LOCA: "kingsbur-core/Cargo.toml"
CARGO_BIN: "cli"
Expand Down Expand Up @@ -76,12 +77,12 @@ jobs:
note: "Hash-tag: ${{ needs.pre.outputs.note }}"
secrets: inherit

# cross-release:
# needs:
# - pre
# - publish
# uses: AUTOM77/Rust-Actions/.github/workflows/release-matrix.yml@main
# with:
# binary: ${{ needs.pre.outputs.cargo_bin }}
# pushed_tag: ${{ needs.publish.outputs.pushed_tag }}
# secrets: inherit
cross-release:
needs:
- pre
- publish
uses: AUTOM77/Rust-Actions/.github/workflows/release-matrix.yml@main
with:
binary: ${{ needs.pre.outputs.cargo_bin }}
pushed_tag: ${{ needs.publish.outputs.pushed_tag }}
secrets: inherit

0 comments on commit 7d7da1d

Please sign in to comment.