We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4197361 commit 805b91fCopy full SHA for 805b91f
2 files changed
.github/workflows/create-meeting-artifacts.yml
@@ -51,10 +51,18 @@ jobs:
51
- name: Install dependencies
52
run: npm ci
53
54
+ - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
55
+ id: app-token
56
+ with:
57
+ app-id: ${{ secrets.BOT_ID }}
58
+ private-key: ${{ secrets.BOT_PRIVATE_KEY}}
59
+
60
- name: Create meeting artifacts
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
HACKMD_API_TOKEN: ${{ secrets.HACKMD_API_TOKEN }}
64
+ # TODO: This should be part of the meeting artifact as different meetings
65
+ # might use different HackMD teams.
66
HACKMD_TEAM_NAME: ${{ secrets.HACKMD_TEAM_NAME }}
67
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
68
run: node create-node-meeting-artifacts.mjs ${{ github.event.inputs.meeting_group }}
bin/create-meeting
0 commit comments