Skip to content

Commit

Permalink
chore(deps): Bump getsentry/action-github-app-token from 2.0.0 to 3.0…
Browse files Browse the repository at this point in the history
….0 (#401)

* build(deps): Bump getsentry/action-github-app-token from 2.0.0 to 3.0.0

Bumps [getsentry/action-github-app-token](https://github.com/getsentry/action-github-app-token) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/getsentry/action-github-app-token/releases)
- [Commits](getsentry/action-github-app-token@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: getsentry/action-github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* npm run format

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>
  • Loading branch information
dependabot[bot] and ankurdotb authored Apr 3, 2024
1 parent 0848285 commit 055fcdd
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: "Obtain Github App token"
id: app-token
uses: getsentry/action-github-app-token@v2.0.0
uses: getsentry/action-github-app-token@v3.0.0
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
Expand Down
3 changes: 1 addition & 2 deletions src/agent/ICheqd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ export interface ICheqdCreateIdentifierArgs {
keys?: TImportableEd25519Key[];
versionId?: string;
fee?: DidStdFee;

}

export interface ICheqdUpdateIdentifierArgs {
Expand Down Expand Up @@ -1303,7 +1302,7 @@ export class Cheqd implements IAgentPlugin {
kms: args.kms,
keys: args.keys,
versionId: args?.versionId,
fee: args?.fee
fee: args?.fee,
},
});
}
Expand Down
Loading

0 comments on commit 055fcdd

Please sign in to comment.