We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceea4b9 commit d9f688eCopy full SHA for d9f688e
.github/main.workflow
@@ -27,11 +27,8 @@ action "test" {
27
28
action "deploy" {
29
needs = "install"
30
- uses = "primer/deploy@master"
+ uses = "primer/deploy@b539208"
31
secrets = ["NOW_TOKEN"]
32
- env = {
33
- STATUS_CONTEXT = "docs"
34
- }
35
}
36
37
action "publish" {
package.json
@@ -40,6 +40,11 @@
40
"test-urls": "npm run sync && node docs-test/urls.js",
41
"watch": "script/sync --watch"
42
},
43
+ "@primer/deploy": {
44
+ "status": {
45
+ "context": "docs"
46
+ }
47
+ },
48
"devDependencies": {
49
"@githubprimer/octicons-react": "^8.1.3",
50
"@mdx-js/mdx": "^0.16.6",
0 commit comments