-
Notifications
You must be signed in to change notification settings - Fork 25
feat(1163): added permissions for build application workflow for id-t… #1164
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
Merged
mmyslblocky
merged 1 commit into
main
from
feat/1163-update-github-workflow-build-application-permissions
Jan 8, 2026
Merged
feat(1163): added permissions for build application workflow for id-t… #1164
mmyslblocky
merged 1 commit into
main
from
feat/1163-update-github-workflow-build-application-permissions
Jan 8, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…oken and pull-requests Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Unit Test Results546 tests 546 ✅ 23s ⏱️ Results for commit 3ec71ee. |
Integration Test Results17 tests 17 ✅ 2m 12s ⏱️ Results for commit 3ec71ee. |
PavelSBorisov
approved these changes
Jan 8, 2026
Contributor
|
🎉 This PR is included in version 0.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
mmyslblocky
pushed a commit
that referenced
this pull request
Jan 13, 2026
## [0.10.0](v0.9.0...v0.10.0) (2026-01-13) ### Features * **1010:** inconsistent display for topics, tokens and accounts list ([#1151](#1151)) ([2caa937](2caa937)) * **1047:** change github workflows and removed redundant e2e config ([#1048](#1048)) ([51bb45d](51bb45d)) * **1051:** Support for global usage ([#1123](#1123)) ([f0d8b5b](f0d8b5b)) * **1064:** add all keys support for token create-from-file ([#1098](#1098)) ([491a9f9](491a9f9)) * **1066:** Explicit domain schema types ([#1133](#1133)) ([7bc09bc](7bc09bc)) * **1067:** Bump and resolve dependencies ([#1111](#1111)) ([f12545d](f12545d)) * **1073:** change hedera cli references to hiero cli ([#1120](#1120)) ([a713135](a713135)) * **1078:** NFT plugin implementation - ADR ([#1140](#1140)) ([8aaaa51](8aaaa51)) * **1081:** adr 005 discuss zod usage ([#1100](#1100)) ([9461014](9461014)) * **1097:** integration test fix ([#1099](#1099)) ([cb83958](cb83958)) * **1104:** Add stats for tokens with keys and display adminKey in list ([#1116](#1116)) ([710697c](710697c)) * **1105:** fix html quotes from output ([#1134](#1134)) ([92bc5f8](92bc5f8)) * **1109:** example custom plugin and guide for registering it for usage ([#1130](#1130)) ([cc46f28](cc46f28)) * **1110:** manifest cleanup ([#1150](#1150)) ([61f2a3b](61f2a3b)) * **1112:** Delete keyReference during account deletion if possible ([#1137](#1137)) ([5b95e05](5b95e05)) * **1113:** Update args descriptions about passing keys ([#1139](#1139)) ([464b7f1](464b7f1)) * **1118:** fix for using custom added plugin present in state ([#1119](#1119)) ([82b548d](82b548d)) * **1125:** Update docs after add CLI Initialization setup ([#1131](#1131)) ([f50d618](f50d618)) * **1126:** disable initial setup for network and config plugin ([#1129](#1129)) ([562ec5b](562ec5b)) * **1135:** fix for closing open handles and exit for failing tests ([#1136](#1136)) ([7dd11fb](7dd11fb)) * **1141:** moved shared helpers functions to separate scripts ([#1142](#1142)) ([90c2fcd](90c2fcd)) * **1156:** update token createFromFile command readme ([#1157](#1157)) ([951ef06](951ef06)) * **1158:** help messages view ([#1169](#1169)) ([f12f50a](f12f50a)) * **1163:** added permissions for build application workflow for id-t… ([#1164](#1164)) ([332dbfe](332dbfe)) * **881:** cli initialization implementation ([#1094](#1094)) ([fc56bcc](fc56bcc)) * **965:** topic add possibility to sign transaction with different key ([#1091](#1091)) ([0340f31](0340f31)) * **976:** docs tutorial example script automation ([#1132](#1132)) ([ba36add](ba36add)) * Add example scripts and improve scripts structure ([#734](#734)) ([a816f64](a816f64)) * Add memo to hbar transfer and convert to tinybars ([#751](#751)) ([1fcb8fd](1fcb8fd)) * Allow account backups to be restored and discovered ([#753](#753)) ([e7ab903](e7ab903)) * change npm global alias ([#1127](#1127)) ([3c580cb](3c580cb)) * **codebase:** New codebase from fork repository in one commit with proper signoff ([#1018](#1018)) ([6e5221a](6e5221a)) * **develop:** develop ([#1090](#1090)) ([bd8a51c](bd8a51c)) * Refactoring and addition of network config ([#790](#790)) ([35e7ca6](35e7ca6)) * Remove alias keyword and use name ([#756](#756)) ([87a79fd](87a79fd)) * Remove all usage of ED25519 ([#750](#750)) ([8f5dce5](8f5dce5)) * Update docs for scripts ([#752](#752)) ([c7b0ef7](c7b0ef7)) * Update how account view and state view print account info ([#755](#755)) ([1b4f807](1b4f807)) ### Bug Fixes * **1107:** documentation fixes after feedback ([#1115](#1115)) ([ff52817](ff52817))
rozekmichal
pushed a commit
that referenced
this pull request
Jan 19, 2026
## [0.10.0](v0.9.0...v0.10.0) (2026-01-13) ### Features * **1010:** inconsistent display for topics, tokens and accounts list ([#1151](#1151)) ([2caa937](2caa937)) * **1047:** change github workflows and removed redundant e2e config ([#1048](#1048)) ([51bb45d](51bb45d)) * **1051:** Support for global usage ([#1123](#1123)) ([f0d8b5b](f0d8b5b)) * **1064:** add all keys support for token create-from-file ([#1098](#1098)) ([491a9f9](491a9f9)) * **1066:** Explicit domain schema types ([#1133](#1133)) ([7bc09bc](7bc09bc)) * **1067:** Bump and resolve dependencies ([#1111](#1111)) ([f12545d](f12545d)) * **1073:** change hedera cli references to hiero cli ([#1120](#1120)) ([a713135](a713135)) * **1078:** NFT plugin implementation - ADR ([#1140](#1140)) ([8aaaa51](8aaaa51)) * **1081:** adr 005 discuss zod usage ([#1100](#1100)) ([9461014](9461014)) * **1097:** integration test fix ([#1099](#1099)) ([cb83958](cb83958)) * **1104:** Add stats for tokens with keys and display adminKey in list ([#1116](#1116)) ([710697c](710697c)) * **1105:** fix html quotes from output ([#1134](#1134)) ([92bc5f8](92bc5f8)) * **1109:** example custom plugin and guide for registering it for usage ([#1130](#1130)) ([cc46f28](cc46f28)) * **1110:** manifest cleanup ([#1150](#1150)) ([61f2a3b](61f2a3b)) * **1112:** Delete keyReference during account deletion if possible ([#1137](#1137)) ([5b95e05](5b95e05)) * **1113:** Update args descriptions about passing keys ([#1139](#1139)) ([464b7f1](464b7f1)) * **1118:** fix for using custom added plugin present in state ([#1119](#1119)) ([82b548d](82b548d)) * **1122:** Change SupportedNetwork string union type to Typescript enum ([#1172](#1172)) ([debad18](debad18)) * **1125:** Update docs after add CLI Initialization setup ([#1131](#1131)) ([f50d618](f50d618)) * **1126:** disable initial setup for network and config plugin ([#1129](#1129)) ([562ec5b](562ec5b)) * **1135:** fix for closing open handles and exit for failing tests ([#1136](#1136)) ([7dd11fb](7dd11fb)) * **1141:** moved shared helpers functions to separate scripts ([#1142](#1142)) ([90c2fcd](90c2fcd)) * **1154:** display network in setup operator wizard ([#1173](#1173)) ([feb247d](feb247d)) * **1156:** update token createFromFile command readme ([#1157](#1157)) ([951ef06](951ef06)) * **1158:** help messages view ([#1169](#1169)) ([f12f50a](f12f50a)) * **1163:** added permissions for build application workflow for id-t… ([#1164](#1164)) ([332dbfe](332dbfe)) * **881:** cli initialization implementation ([#1094](#1094)) ([fc56bcc](fc56bcc)) * **965:** topic add possibility to sign transaction with different key ([#1091](#1091)) ([0340f31](0340f31)) * **976:** docs tutorial example script automation ([#1132](#1132)) ([ba36add](ba36add)) * Add example scripts and improve scripts structure ([#734](#734)) ([a816f64](a816f64)) * Add memo to hbar transfer and convert to tinybars ([#751](#751)) ([1fcb8fd](1fcb8fd)) * Allow account backups to be restored and discovered ([#753](#753)) ([e7ab903](e7ab903)) * change npm global alias ([#1127](#1127)) ([3c580cb](3c580cb)) * **codebase:** New codebase from fork repository in one commit with proper signoff ([#1018](#1018)) ([6e5221a](6e5221a)) * **develop:** develop ([#1090](#1090)) ([bd8a51c](bd8a51c)) * Refactoring and addition of network config ([#790](#790)) ([35e7ca6](35e7ca6)) * Remove alias keyword and use name ([#756](#756)) ([87a79fd](87a79fd)) * Remove all usage of ED25519 ([#750](#750)) ([8f5dce5](8f5dce5)) * Update docs for scripts ([#752](#752)) ([c7b0ef7](c7b0ef7)) * Update how account view and state view print account info ([#755](#755)) ([1b4f807](1b4f807)) ### Bug Fixes * **1107:** documentation fixes after feedback ([#1115](#1115)) ([ff52817](ff52817)) * fix semantic release issues ([#1176](#1176)) ([43f1da3](43f1da3))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #1163