Skip to content

Commit

Permalink
💚 Add the GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Nov 12, 2024
1 parent c795e85 commit 809692c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ jobs:

- name: 📤 Upload asset
run: gh release upload '$GITHUB_REF' target/release/mrktpltsbot.exe
env:
GH_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
publish = true
readme = "README.md"
repository = "https://github.com/eigenein/mrktpltsbot"
version = "2.0.0-beta.4"
version = "2.0.0-beta.5"
rust-version = "1.82"

[badges]
Expand Down

0 comments on commit 809692c

Please sign in to comment.