-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(bug): Update permissions in JSON rpc relay for GITHUB_TOKEN (#3183) (
#3186) * ci(bug): Update permissions in JSON rpc relay for GITHUB_TOKEN (#3183) **Description**: Added `packages: write` permission per https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic May need to modify other files modified by #3124 **Related Issue(s)**: Relates to #3124 Relates to #3182 Signed-off-by: Roger Barker <[email protected]> * chore: divided hbar limtier tests into different batches (#3181) * chore: divided hbar limtier tests into different batches Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed acceptance.yml Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: Roger Barker <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> Co-authored-by: Roger Barker <[email protected]> Co-authored-by: Logan Nguyen <[email protected]>
- Loading branch information
1 parent
024a7c5
commit 61b34b0
Showing
4 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ env: | |
|
||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
jobs: | ||
docker-image-publish: | ||
|
This file contains 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
This file contains 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