Skip to content

Commit

Permalink
Update build_iso.yml
Browse files Browse the repository at this point in the history
parmigggiana authored Oct 3, 2024
1 parent 9f52257 commit 2d7a3f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -18,10 +18,10 @@ jobs:
path: ./.env
write-mode: append
contents: |
export TARALLO_URL=${{ secrets.TARALLO_URL }}
export TARALLO_TOKEN=${{ secrets.TARALLO_TOKEN }}
export PERACOTTA_REPORT_URL=${{ secrets.PERACOTTA_REPORT_URL }}
export PERACOTTA_AUTOMATIC_REPORT_ERRORS=true
export TARALLO_URL="${{ secrets.TARALLO_URL }}"
export TARALLO_TOKEN="${{ secrets.TARALLO_TOKEN }}"
export PERACOTTA_REPORT_URL="${{ secrets.PERACOTTA_REPORT_URL }}"
export PERACOTTA_AUTOMATIC_REPORT_ERRORS="true"
- name: Dotenv Action
uses: falti/dotenv-action@v1.1
id: dotenv
@@ -48,4 +48,4 @@ jobs:
body: |
> [!CAUTION]
> Do NOT publish this draft.
> It is only to be used internally as the T.A.R.A.L.L.O. secret token is visible in the built iso.
> It is only to be used internally as the T.A.R.A.L.L.O. secret token is visible in the built iso.

0 comments on commit 2d7a3f5

Please sign in to comment.