Skip to content

Commit acc627c

Browse files
author
Marcin Stachniuk
committed
Use write GitHub token also as read only token
1 parent 8adbc66 commit acc627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/shipkit.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
shipkit {
22
gitHub.repository = "mstachniuk/graphql-schema-from-introspection-generator"
33

4-
gitHub.readOnlyAuthToken = "e51f99bb087edf0dea813737496f634dc7a3da4c"
4+
gitHub.readOnlyAuthToken = System.getenv("GH_WRITE_TOKEN")
55

66
gitHub.writeAuthToken = System.getenv("GH_WRITE_TOKEN")
77

0 commit comments

Comments
 (0)