Skip to content

Commit 71e954e

Browse files
authored
Update cicd.yml
- removed secrets required from comments.
1 parent 8ab5374 commit 71e954e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
name: cicd
22

3-
# NEEDS:
4-
# - secrets.SSH_ID
5-
# - secrets.SSH_ID_PUB
6-
# - secrets.SSH_ALLOWED_SIGNERS
7-
# - secrets.NPM_TOKEN
8-
93
on:
104
push:
115
branches-ignore: main
12-
# test > update manifests
6+
# ci
137
pull_request:
148
branches: main
15-
# test > update manifests > tag > release > npm package registry
9+
# ci > cd (release)
1610
workflow_dispatch:
17-
# test > update manifests > tag > pre-release > npm package registry
11+
# ci > cd (pre-release)
1812

1913
concurrency: ${{ github.workflow }}
2014

0 commit comments

Comments
 (0)