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
This plugin creates a new Trello board and integrate it with your GitHub repo.
3
+
This plugin creates a new GitHub Actions workflow(trello-github-integration) and uploads it to your GitHub repo.
4
4
5
5
## 2 Usage:
6
6
7
-
_This plugin depends on the following two environment variables:_
8
-
9
-
- TRELLO_API_KEY
10
-
- TRELLO_TOKEN
11
-
12
-
Set the values accordingly before using this plugin.
13
-
14
-
If you don't know how to create these two tokens, check out:
15
-
-[Generate a Trello API key and token](https://docs.servicenow.com/bundle/quebec-it-asset-management/page/product/software-asset-management2/task/generate-trello-apikey-token.html)
16
-
17
-
## 3 Tips:
18
-
_Trello board description is managed by DevStream, please don't modify it._
19
-
20
-
To create a Trello API key and token, see [here](https://docs.servicenow.com/bundle/quebec-it-asset-management/page/product/software-asset-management2/task/generate-trello-apikey-token.html).
7
+
_This plugin depends on the plugin `trello`:_
21
8
22
9
```yaml
23
10
tools:
@@ -30,20 +17,58 @@ tools:
30
17
# checkout the version from the GitHub releases
31
18
version: 0.2.0
32
19
# optional; if specified, dtm will make sure the dependency is applied first before handling this tool.
0 commit comments