Browse Source

Update build.gradle

pull/64/head
Greg Holmes 4 years ago
parent
commit
c3cab17078
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -53,7 +53,7 @@ publishing {
53 53
             url = uri("https://maven.pkg.github.com/dmdirc/util")
54 54
             credentials {
55 55
                 username = ""
56
-                password = {{secrets.GITHUB_TOKEN}}
56
+                password = ${{secrets.GITHUB_TOKEN}}
57 57
             }
58 58
         }
59 59
     }

Loading…
Cancel
Save