No I didn't mean spiderman

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2023-04-21 20:11:39 +02:00
parent 6ce580660a
commit 60328b110d
2 changed files with 1 additions and 2 deletions
@@ -128,7 +128,7 @@ class ExamplePermissionPolicy implements PermissionPolicy {
With this permission policy, the user `spiderman` won't be able to execute the debug:log action.
You can also restrict the input provided to the action by combining multiple rules.
In the example below, spiderman won't be able to execute debug:log when passing `{ "message": "not-this!" }` as action input:
In the example below, `spiderman` won't be able to execute debug:log when passing `{ "message": "not-this!" }` as action input:
```ts
import { actionExecutePermission } from '@backstage/plugin-scaffolder-common/alpha';