Commit 160fb61
authored
updating pipelines (#72)
* Remove permissions from deploy preview workflow for Pester Help Tests
This change simplifies the workflow by removing unnecessary permissions that are not required for the deployment process. Additionally, it corrects the GitHub token secret reference to ensure proper access during the publish step.
Thank you!
* Update comment for ScriptsToProcess section
Clarify the comment for the ScriptsToProcess section in the module manifest. This change enhances readability and understanding of the purpose of this section for future developers.
Thank you!
* Remove Create_Release_Git_Tag from publish workflow for Pester Help Tests
This change simplifies the publish workflow by removing the Create_Release_Git_Tag step. This adjustment helps streamline the process and ensures that the workflow runs more efficiently.
Thank you!
* Update comment for ScriptsToProcess section for Pester Help Tests
Clarify the purpose of the ScriptsToProcess section in the module manifest. This change enhances readability and understanding for future developers.
Thank you!
* Update comment for ScriptsToProcess section for Pester Help Tests
Clarify the purpose of the ScriptsToProcess section in the module manifest. This change enhances readability and understanding for future contributors.
Thank you!
* Comment out Create_Changelog_Branch for Pester Help Tests
This change comments out the Create_Changelog_Branch step in the build workflow.
This adjustment is made to streamline the process and avoid unnecessary steps during
the build for Pester Help Tests.
Thank you!
* Add permissions for workflows and update changelog step for Pester Help Tests
This commit introduces additional permissions required for the workflows to function correctly, including the ability to create issues and statuses. It also updates the build configuration to ensure the changelog branch is created as part of the process.
Thank you!
* Update deploy condition to trigger on main branch for Pester Help Tests
This change modifies the deployment condition to ensure that the workflow triggers on pushes to the main branch instead of the develop branch. This adjustment aligns the deployment process with the intended branch strategy for Pester Help Tests.
Thank you!1 parent 8987eac commit 160fb61
File tree
3 files changed
+23
-3
lines changed- .github/workflows
- source
3 files changed
+23
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
20 | 30 | | |
21 | 31 | | |
22 | 32 | | |
| |||
42 | 52 | | |
43 | 53 | | |
44 | 54 | | |
45 | | - | |
| 55 | + | |
46 | 56 | | |
47 | 57 | | |
48 | 58 | | |
| |||
54 | 64 | | |
55 | 65 | | |
56 | 66 | | |
57 | | - | |
| 67 | + | |
58 | 68 | | |
59 | 69 | | |
60 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
22 | 31 | | |
23 | 32 | | |
24 | 33 | | |
| |||
71 | 80 | | |
72 | 81 | | |
73 | 82 | | |
| 83 | + | |
74 | 84 | | |
75 | 85 | | |
76 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments