diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index baf0b32..c2abe95 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,9 @@ jobs: - name: checkout code uses: actions/checkout@v5.0.0 - name: install ghaymah cli - run: curl -sSl https://cli.ghaymah.systems/install.sh | bash + run: | + curl -sSl https://cli.ghaymah.systems/install.sh | bash + source ~/.bashrc - name: login to ghaymah run: gy auth login --email "${{secrets.GHAYMAH_EMAIL}}" --password "${{secrets.GHAYMAH_PW}}"