Skip to content

Commit bb27b45

Browse files
committed
ci: update workflows
1 parent 29ef467 commit bb27b45

2 files changed

Lines changed: 41 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
# Add system env var with path to act.exe
3434
# Run the commands:
3535
# git pull https://github.com/username/repo
36-
# act -W .github/workflows/labels-create.yml -P ubuntu-latest=catthehacker/ubuntu:full-22.04
37-
# act -W .github/workflows/labels-create.yml -s TOKEN_CL=XXXXXXXXXX --pull=false
36+
# act -W .github/workflows/package-release.yml -P ubuntu-latest=catthehacker/ubuntu:full-22.04
37+
# act -W .github/workflows/package-release.yml -s TOKEN_CL=XXXXXXXXXX --pull=false
3838
# #
3939

40-
name: '📦 Publish › Release Package'
41-
run-name: '📦 Publish › Release Package'
40+
name: '📦 Package › Release'
41+
run-name: '📦 Package › Release'
4242

4343
on:
4444
workflow_dispatch:
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# #
2+
# @type github workflow
3+
# @author Aetherinox
4+
# @url https://github.com/Aetherinox
5+
# @usage performs tests on the NodeJS package noxenv
6+
#
7+
# @secrets secrets.SELF_TOKEN self github personal access token (fine-grained)
8+
# secrets.SELF_TOKEN_CL self github personal access token (classic)
9+
# secrets.NPM_TOKEN self npmjs access token
10+
# secrets.PYPI_API_TOKEN self Pypi API token (production site) - https://pypi.org/
11+
# secrets.PYPI_API_TEST_TOKEN self Pypi API token (test site) - https://test.pypi.org/
12+
# secrets.SELF_DOCKERHUB_TOKEN self Dockerhub token
13+
# secrets.CODECOV_TOKEN codecov upload token for nodejs projects
14+
# secrets.MAXMIND_GELITE_TOKEN maxmind API token
15+
# secrets.CF_ACCOUNT_ID cloudflare account id
16+
# secrets.CF_ACCOUNT_TOKEN cloudflare account token
17+
# secrets.ORG_TOKEN org github personal access token (fine-grained)
18+
# secrets.ORG_TOKEN_CL org github personal access token (classic)
19+
# secrets.ORG_DOCKERHUB_TOKEN org dockerhub secret
20+
# secrets.ORG_GITEA_TOKEN org gitea personal access token (classic) with package:write permission
21+
# secrets.BOT_GPG_KEY_ASC bot gpg private key (armored) | BEGIN PGP PRIVATE KEY BLOCK
22+
# secrets.BOT_GPG_KEY_B64 bot gpg private key (binary) converted to base64
23+
# secrets.BOT_GPG_PASSPHRASE bot gpg private key passphrase
24+
# secrets.DISCORD_WEBHOOK_CHAN_GITHUB_RELEASES discord webhook to report release notifications from github to discord
25+
# secrets.DISCORD_WEBHOOK_CHAN_GITHUB_WORKFLOWS discord webhook to report workflow notifications from github to discord
26+
# secrets.DISCORD_WEBHOOK_CHAN_GITHUB_UPDATES discord webhook to report activity notifications from github to discord
27+
#
28+
# @local these workflows can be tested locally through the use of `act`
29+
# https://github.com/nektos/act
30+
# Extract act to folder
31+
# Add system env var with path to act.exe
32+
# Run the commands:
33+
# git pull https://github.com/username/repo
34+
# act -W .github/workflows/package-tests.yml -P ubuntu-latest=catthehacker/ubuntu:full-22.04
35+
# act -W .github/workflows/package-tests.yml -s TOKEN_CL=XXXXXXXXXX --pull=false
36+
# #
37+
138
name: '📦 Package › Tests'
239
run-name: '📦 Package › Tests'
340

0 commit comments

Comments
 (0)