Skip to content

Commit

Permalink
Update signer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihasa350 authored Nov 9, 2023
1 parent c117480 commit 3e9ab98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/signer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
rootUrls:
description: The root urls to use to generate the signed artifact
required: true
default: http://localhost:3000
default: https://grafana-beta.staging.fusionreactor.io/g/,https://app.fusionreactor.io/g/,https://grafusion-admin.fusionreactor.io/,https://app.staging.fusionreactor.io/g/,https://grafusion-admin.staging.fusionreactor.io/,http://localhost:3000/
type: string
repository:
description: The repository to use to sign a plugin
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'

- name: Setup Go environment
Expand Down

0 comments on commit 3e9ab98

Please sign in to comment.