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.
2 parents 204be69 + 874be93 commit 85b8681Copy full SHA for 85b8681
‎.github/workflows/release.yml‎
@@ -16,6 +16,7 @@ jobs:
16
permissions:
17
contents: read
18
packages: write
19
+ security-events: write
20
21
steps:
22
- name: Checkout code
‎package.json‎
@@ -1,6 +1,6 @@
1
{
2
"name": "unthread-webhook-server",
3
- "version": "1.0.0-beta.3",
+ "version": "1.0.0-beta.4",
4
"description": "A Node.js server application that receives webhook events from Unthread.io and queues them for processing.",
5
"license": "GPL-3.0",
6
"private": true,
0 commit comments