From 9cca3c9f350cdb9c6dd9730d3ad48441b22068fe Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Nov 07 2022 14:54:25 +0000 Subject: Secrets need to be reffered explicitly --- diff --git a/.github/workflows/centos-stream8.yml b/.github/workflows/centos-stream8.yml index c01ad6a..92c39d2 100644 --- a/.github/workflows/centos-stream8.yml +++ b/.github/workflows/centos-stream8.yml @@ -13,6 +13,9 @@ jobs: - uses: "actions/checkout@v2" - run: sudo python3 -m pip install duffy fabric httpx - run: python3 t_functional_duffy_runner/src/__main__.py --arch=x86 --release=centos-8s + env: + DUFFY_AUTH_KEY: ${{ secrets.DUFFY_AUTH_KEY }} + DUFFY_AUTH_NAME: ${{ secrets.DUFFY_AUTH_NAME }} name: Greeting on: