Skip to content

Commit

Permalink
Bump versions for 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Standard8 committed Mar 23, 2023
1 parent 0e662df commit 435ea2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "searchengine-devtools",
"version": "1.1.10",
"version": "1.1.11",
"description": "A tool to help test search engine configuration changes",
"homepage_url": "https://github.com/mozilla/searchengine-devtools",
"browser_specific_settings": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "searchengine-devtools",
"version": "1.1.10",
"version": "1.1.11",
"description": "A tool to help test search engine configuration changes",
"homepage_url": "https://github.com/mozilla/searchengine-devtools",
"webExt": {
Expand Down

1 comment on commit 435ea2c

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Taskcluster-GitHub attempted to create a task for this event with the following scopes:

["assume:repo:github.com/mozilla-extensions/searchengine-devtools:tag:1.1.11","queue:route:checks","queue:scheduler-id:taskcluster-github"]

The expansion of these scopes is not sufficient to create the task, leading to the following:

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

assume:repo:github.com/mozilla-extensions/searchengine-devtools:branch:1.1.11

This request requires the client to satisfy the following scope expression:

{
  "AllOf": [
    "assume:repo:github.com/mozilla-extensions/searchengine-devtools:branch:1.1.11",
    "queue:route:checks",
    "queue:route:index.xpi.v2.searchengine-devtools.revision.435ea2c7ea7787b820f9ebf06172b0e793cb1896.taskgraph.decision",
    "queue:create-task:project:none",
    "queue:scheduler-id:xpi-level-1",
    {
      "AnyOf": [
        "queue:create-task:highest:xpi-1/decision",
        "queue:create-task:very-high:xpi-1/decision",
        "queue:create-task:high:xpi-1/decision",
        "queue:create-task:medium:xpi-1/decision",
        "queue:create-task:low:xpi-1/decision",
        "queue:create-task:very-low:xpi-1/decision",
        "queue:create-task:lowest:xpi-1/decision"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2023-03-28T16:35:04.472Z

Please sign in to comment.