mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
Secure inputs (#4927)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -594,7 +594,7 @@ jobs:
|
|||||||
workflow_id: '_update_ephemeral_tags.yml',
|
workflow_id: '_update_ephemeral_tags.yml',
|
||||||
ref: 'main',
|
ref: 'main',
|
||||||
inputs: {
|
inputs: {
|
||||||
ephemeral_env_branch: '${{ github.head_ref }}'
|
ephemeral_env_branch: process.env.GITHUB_HEAD_REF
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user