add environment to workflows (#4721)
this should fix the problem where the secrets are not available in the workflow https://github.com/tuskyapp/Tusky/actions/runs/11276192946/job/31362570493
This commit is contained in:
parent
b167ac8fcc
commit
0261788a67
2 changed files with 2 additions and 0 deletions
1
.github/workflows/deploy-release.yml
vendored
1
.github/workflows/deploy-release.yml
vendored
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check-and-build
|
||||
environment: Release
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
1
.github/workflows/deploy-test.yml
vendored
1
.github/workflows/deploy-test.yml
vendored
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check-and-build
|
||||
environment: Test
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue