Skip to content

Commit ba56d50

Browse files
committed
Add Action
1 parent 2e3a268 commit ba56d50

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

js/config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,17 @@ const webApps = [
175175
]
176176

177177
const githubActions = [
178+
{
179+
name: 'VirusTotal Scan',
180+
url: 'https://github.com/cssnr/virustotal-action',
181+
description:
182+
'Scan Release Artifacts with VirusTotal and Update Release Notes.',
183+
links: {
184+
Actions: 'https://github.com/marketplace/actions/virustotal-action',
185+
GitHub: 'https://github.com/cssnr/virustotal-action',
186+
},
187+
fa: 'faJs',
188+
},
178189
{
179190
name: 'Stack Deploy',
180191
url: 'https://github.com/cssnr/stack-deploy-action',
@@ -191,6 +202,8 @@ const githubActions = [
191202
description:
192203
'Update the Mozilla Firefox Update JSON File after a Release.',
193204
links: {
205+
Actions:
206+
'https://github.com/marketplace/actions/update-mozilla-update-json',
194207
GitHub: 'https://github.com/cssnr/mozilla-addon-update-action',
195208
},
196209
fa: 'faPython',

0 commit comments

Comments
 (0)