Skip to content

fix(release): use id attribute #68

fix(release): use id attribute

fix(release): use id attribute #68

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
test:
name: Run Tests
runs-on: zon-ubuntu-general-dind
permissions:
id-token: write
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Call baseproject GHA
id: baseproject
uses: ./
with:
project_name: github-actions-baseproject-tests
gke_auth: true
vault_export_token: true
gcr_auth: true
gar_docker_auth: true
- name: '[TEST] List GKE Clusters in Google Cloud'
run: gcloud container clusters list
- name: '[TEST] Create a Kubernetes ConfigMap'
run: kubectl create configmap test-runner-${{ github.run_id }}-${{ github.run_attempt }} --from-literal=foo=bar
- name: '[TEST] Read example value from Vault'
uses: hashicorp/vault-action@v2
with:
url: ${{ steps.baseproject.outputs.vault_addr }}
token: ${{ steps.baseproject.outputs.vault_token }}
role: ${{ steps.baseproject.outputs.gha_vault_role }}
secrets: |
zon/v1/github-actions-baseproject-tests/example foo | EXAMPLE_VAULT_VALUE ;