Skip to content

Commit

Permalink
Enable masking of UNITY_PASSWORD (icosa-foundation#566)
Browse files Browse the repository at this point in the history
This is NOT a security feature! The value stored in the file in the clear is still stored there! This merely hides the print in the builder action, making it slightly less obvious. (this only applies to runs from forks; from the repo, it's always masked because it comes from a secret)
  • Loading branch information
mikeage authored Nov 23, 2023
1 parent 50dd4ea commit a21ffc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ jobs:
extraoptions: -btb-il2cpp -btb-disableAccountLogins

steps:
- name: Set masking
run: echo "::add-mask::$UNITY_PASSWORD"
- name: Free extra space
# This takes several minutes, so we only do it where required. As of 12/10/2023, this increases free space from 18GB to 41GB
if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'StandaloneWindows64'
Expand Down

0 comments on commit a21ffc5

Please sign in to comment.