Skip to content

Commit

Permalink
Merge branch 'master' of github.com:botpress/messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvitora committed Dec 21, 2023
2 parents 5a927ea + c378813 commit 5b042ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
release_bin:
permissions:
contents: write
if: "${{ startsWith(github.event.head_commit.message, 'chore(server): release v') == true || github.event_name == 'workflow_dispatch' }}"
name: Release Binaries
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/messaging",
"version": "1.2.11",
"version": "1.2.12",
"description": "Botpress messaging repo",
"author": "Botpress, Inc.",
"license": "AGPL-3.0",
Expand Down Expand Up @@ -121,4 +121,4 @@
"built": false
}
}
}
}
1 change: 1 addition & 0 deletions packages/channels/src/teams/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export class TeamsService extends ChannelService<TeamsConfig, TeamsState> {

async create(scope: string, config: TeamsConfig) {
const adapter = new BotFrameworkAdapter({
channelAuthTenant: config.tenantId,
appId: config.appId,
appPassword: config.appPassword
})
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/messaging-server",
"version": "1.2.11",
"version": "1.2.12",
"main": "index.ts",
"license": "AGPL-3.0",
"scripts": {
Expand Down Expand Up @@ -54,4 +54,4 @@
"yargs": "^17.3.1",
"yn": "^4.0.0"
}
}
}

0 comments on commit 5b042ea

Please sign in to comment.