Skip to content

Commit

Permalink
mv eidmsdk secret token from gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Jul 1, 2024
1 parent 130b252 commit bb1ed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
url = "https://maven.pkg.github.com/eIDmSDK/eID-mSDK-Android/"
credentials {
username = "eIDmSDK"
password = "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"
password = System.getenv("EIDMSDK_ACCESS_TOKEN")
}
}
}
Expand Down

0 comments on commit bb1ed4f

Please sign in to comment.