Commit 7120d0c
authored
🪲 [Fix]: Fix issue with parameters and GitHub token access (#172)
## Description
This pull request updates several GitHub Actions workflows to simplify
input parameters and improve artifact handling. Key changes include the
removal of unused parameters (`Debug`, `Verbose`, `Version`, and
`Prerelease`) and the addition of an `ArtifactName` parameter for
uploading artifacts. Additionally, environment variables are introduced
for authentication.
### Simplification of input parameters:
*
[`.github/workflows/Build-Module.yml`](diffhunk://#diff-288da0616802a69b7e5aa63f771fe1525eda2ec5b576e26423f28380b2e68833L10-R14):
Removed unused parameters (`Debug`, `Verbose`, `Version`, and
`Prerelease`) and added a new `ArtifactName` parameter to specify the
name of the artifact to upload.
[[1]](diffhunk://#diff-288da0616802a69b7e5aa63f771fe1525eda2ec5b576e26423f28380b2e68833L10-R14)
[[2]](diffhunk://#diff-288da0616802a69b7e5aa63f771fe1525eda2ec5b576e26423f28380b2e68833L51-R38)
### Environment variable addition:
*
[`.github/workflows/Build-Module.yml`](diffhunk://#diff-288da0616802a69b7e5aa63f771fe1525eda2ec5b576e26423f28380b2e68833R28-R29):
Added the `GH_TOKEN` environment variable for authentication using
GitHub's token.
### Consistency across workflows:
* `.github/workflows/CI.yml` and `.github/workflows/workflow.yml`:
Removed references to unused parameters (`Debug`, `Verbose`, `Version`,
and `Prerelease`) to align with the updated `Build-Module.yml`.
[[1]](diffhunk://#diff-3ab46ee209a127470fce3c2cf106b1a1dbadbb929a4b5b13656a4bc4ce19c0b8L90-L93)
[[2]](diffhunk://#diff-126bf89616b7daa3d14ebc882ad18666aaf1c3dae888c4ba306a66ec80758bc1L92-L95)
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent f1008b1 commit 7120d0c
3 files changed
+6
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 10 | + | |
21 | 11 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 12 | + | |
28 | 13 | | |
29 | | - | |
| 14 | + | |
30 | 15 | | |
31 | 16 | | |
32 | 17 | | |
| |||
40 | 25 | | |
41 | 26 | | |
42 | 27 | | |
| 28 | + | |
| 29 | + | |
43 | 30 | | |
44 | 31 | | |
45 | 32 | | |
| |||
48 | 35 | | |
49 | 36 | | |
50 | 37 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 38 | + | |
55 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 90 | | |
95 | 91 | | |
96 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 92 | | |
97 | 93 | | |
98 | 94 | | |
| |||
0 commit comments