Skip to content

Commit

Permalink
NR-164383: add tag to prune canaries ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Feb 12, 2024
1 parent c969505 commit 51a8e9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_canary_alerts_delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: . 🚀 🐦 🧹 Canary alerts | delete

on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to test'
required: true

permissions:
id-token: write
Expand All @@ -13,3 +17,5 @@ jobs:
AWS_VPC_SUBNET: ${{secrets.AWS_VPC_SUBNET}}
NR_ACCOUNT_ID: ${{secrets.NR_ACCOUNT_ID}}
CANARIES_NR_API_KEY: ${{secrets.CANARIES_NR_API_KEY}}
with:
TAG: ${{ github.event.inputs.tag }}
2 changes: 2 additions & 0 deletions .github/workflows/prerelease_canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@ jobs:
TAG: ${{ github.event.inputs.tag }}
secrets:
AWS_VPC_SUBNET: ${{secrets.AWS_VPC_SUBNET}}
CANARIES_NR_API_KEY: ${{secrets.CANARIES_NR_API_KEY}}
NR_ACCOUNT_ID: ${{secrets.NR_ACCOUNT_ID}}

0 comments on commit 51a8e9a

Please sign in to comment.