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
docs(README): create tokens for multiple accounts (actions#63)
Adds an example workflow to the README that shows how a matrix strategy can be used to create tokens for multiple user or organization accounts. Resolvesactions#45.
Copy file name to clipboardExpand all lines: README.md
+46
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,52 @@ jobs:
124
124
body: "Hello, World!"
125
125
```
126
126
127
+
### Create tokens for multiple user or organization accounts
128
+
129
+
You can use a matrix strategy to create tokens for multiple user or organization accounts.
130
+
131
+
> [!NOTE]
132
+
> See [this documentation](https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings) for information on using multiline strings in workflows.
0 commit comments