diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 6cf37e4..91ef4e6 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -35,9 +35,9 @@ jobs: export-env: false env: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }} - UNITY_EMAIL: "op://GitHubActionsPublic/UNITY_LICENSE/username" - UNITY_PASSWORD: "op://GitHubActionsPublic/UNITY_LICENSE/credential" - UNITY_SERIAL: "op://GitHubActionsPublic/UNITY_LICENSE/serial" + UNITY_EMAIL: "op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/username" + UNITY_PASSWORD: "op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/credential" + UNITY_SERIAL: "op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial" - uses: actions/checkout@v4 diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index e627164..2375f2e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -56,9 +56,9 @@ jobs: export-env: false env: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }} - UNITY_EMAIL: "op://GitHubActionsPublic/UNITY_LICENSE/username" - UNITY_PASSWORD: "op://GitHubActionsPublic/UNITY_LICENSE/credential" - UNITY_SERIAL: "op://GitHubActionsPublic/UNITY_LICENSE/serial" + UNITY_EMAIL: "op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/username" + UNITY_PASSWORD: "op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/credential" + UNITY_SERIAL: "op://${{ vars.OP_VAULT_ACTIONS_PUBLIC }}/UNITY_LICENSE/serial" - run: echo ${{ needs.update-packagejson.outputs.sha }} - uses: actions/checkout@v4