Skip to content

Commit

Permalink
use base values from local files instead of the GH secret
Browse files Browse the repository at this point in the history
  • Loading branch information
aledegano committed Feb 28, 2025
1 parent c9dd717 commit 0ba0a70
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/acceptance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
environment:
name: renku-ci-gw-${{ github.event.number }}
steps:
- uses: actions/checkout@v4
with:
repository: SwissDataScienceCenter/renku
ref: release-0.65.0 # TODO: change to 'master' once merged there
sparse-checkout: |
minimal-deployment
- run: ls
- name: deploy-pr
uses: SwissDataScienceCenter/renku-actions/[email protected]
env:
Expand All @@ -52,7 +59,7 @@ jobs:
RANCHER_PROJECT_ID: ${{ secrets.CI_RANCHER_PROJECT }}
RENKU_RELEASE: renku-ci-gw-${{ github.event.number }}
RENKU_VALUES_FILE: "${{ github.workspace }}/values.yaml"
RENKU_VALUES: ${{ secrets.COMBINED_CHARTS_CI_RENKU_VALUES }}
RENKU_VALUES: minimal-deployment/minimal-deployment-values.yaml
RENKUBOT_KUBECONFIG: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
RENKUBOT_RANCHER_BEARER_TOKEN: ${{ secrets.RENKUBOT_RANCHER_BEARER_TOKEN }}
RANCHER_DEV_API_ENDPOINT: ${{ secrets.RANCHER_DEV_API_ENDPOINT }}
Expand Down

0 comments on commit 0ba0a70

Please sign in to comment.