Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/self hosted runner check #427

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/create_release_on_tag_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
name: Publish canister artifacts and send upgrade proposals
runs-on: ubuntu-latest
permissions:
packages: read
contents: write
env:
NEURON_ID: 4de673e9cd7a1339afea6523a5f227d25e9d739ff52635ac86dbdb0447ae106a
packages: read
env:
NEURON_ID: a990d55e65186d5b4f38912c9a10748bf2e6626fb582a2b1d6442e087db56b10

steps:
- name: Checkout repo
Expand Down Expand Up @@ -102,6 +102,7 @@ jobs:

${{ steps.changelog.outputs.changes }}
" \

--url 'https://yral.com' \
--target-canister-id $CANISTER_ID \
--wasm-path .dfx/ic/canisters/${CANISTER_NAME}/${CANISTER_NAME}.wasm.gz \
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"rust-analyzer.check.command": "clippy"
"rust-analyzer.check.command": "check"
}
Loading