mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 15:16:33 +00:00
Use github context object for workspace (#2726)
This commit is contained in:
parent
17aa544be5
commit
ff4e550ba3
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -156,7 +156,7 @@ jobs:
|
|||||||
if: needs.init.outputs.publish == 'true'
|
if: needs.init.outputs.publish == 'true'
|
||||||
uses: home-assistant/actions/helpers/codenotary@master
|
uses: home-assistant/actions/helpers/codenotary@master
|
||||||
with:
|
with:
|
||||||
source: dir://${{ GITHUB_WORKSPACE }}
|
source: dir://${{ github.workspace }}
|
||||||
user: ${{ secrets.VCN_USER }}
|
user: ${{ secrets.VCN_USER }}
|
||||||
password: ${{ secrets.VCN_PASSWORD }}
|
password: ${{ secrets.VCN_PASSWORD }}
|
||||||
organisation: ${{ secrets.VCN_ORG }}
|
organisation: ${{ secrets.VCN_ORG }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user