Skip to content

Commit

Permalink
Set revocable_by_others=true in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
annenkov committed Aug 30, 2023
1 parent 56ddaaa commit a987a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
with:
name: ${{ env.PROJECT_NAME }}
template: ${{ matrix.crates }}
other: "-d description=Example-credential-registry -d restorable=true"
other: "-d description=Example-credential-registry -d restorable=true -d revocable_by_others=true"

- name: Install toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit a987a03

Please sign in to comment.