Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration test secret environments #427

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

weiiwang01
Copy link
Collaborator

Overview

Adding a new method to use GitHub Action secrets in integration tests. This requires defining the secret environment names in the predefined GitHub Action variables and placing the secret environment values in the predefined GitHub Action secrets. A total of six secret slots (secrets.INTEGRATION_TEST_SECRET_ENV_VALUE and secrets.INTEGRATION_TEST_SECRET_ENV_VALUE_{1..5}) are introduced in this pull request.

This has been used in this pull request https://github.com/canonical/cloudflared-operator/actions/runs/11100035113/job/30835456412?pr=2#step:22:3

Rationale

Workflow Changes

Checklist

  • The contributing guide was applied
  • The PR is tagged with appropriate label (urgent, trivial, complex)

@weiiwang01 weiiwang01 requested a review from a team as a code owner September 30, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant