mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Secure inputs (#4927)
This commit is contained in:
parent
bf976706f7
commit
724f2ee5e5
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
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user