You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
- Install the GitHub PowerShell module.
- Run a script using the default context (runner github token).
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
|`Version`| The version of the GitHub module to install | false | 'latest' |
16
+
|`Prerelease`| Allow prerelease versions if available | false | 'false' |
17
+
|`WorkingDirectory`| The working directory where the script will run from | false | ${{ github.workspace }} |
10
18
11
-
### Outputs
19
+
<!--
20
+
Token
21
+
JWT
22
+
AppID
23
+
Repos
24
+
Organization
25
+
Host -> github.com, *.ghe.com
26
+
-->
27
+
28
+
<!-- ### Secrets -->
29
+
30
+
<!--
31
+
Token
32
+
JWT
33
+
-->
34
+
35
+
<!-- ### Outputs -->
12
36
13
37
### Example
14
38
15
39
```yaml
16
40
Example here
17
41
```
42
+
43
+
### Similar projects
44
+
45
+
-[actions/create-github-app-token](https://github.com/actions/create-github-app-token) -> Functionality will be brought into GitHub PowerShell module.
0 commit comments