瀏覽代碼

Update build.gradle

pull/64/head
Greg Holmes 4 年之前
父節點
當前提交
c3cab17078
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle 查看文件

@@ -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…
取消
儲存