Skip to content

Commit 0506a56

Browse files
committed
Update workflow to use org secrets
1 parent f8dfe52 commit 0506a56

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release-and-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ on:
1919
description: 'Next SNAPSHOT version (such as 2.4-SNAPSHOT)'
2020
required: true
2121
type: string
22-
environment:
23-
description: 'Environment to run tests against'
24-
type: environment
25-
required: true
2622
secrets:
2723
QUDTLIB_BOT_GITHUB_TOKEN:
2824
required: true
@@ -35,8 +31,6 @@ on:
3531

3632
jobs:
3733
build:
38-
# setting the environment on the job is mandatory, otherwise it cannot access environment secrets.
39-
environment: ${{ inputs.environment }}
4034
runs-on: ubuntu-latest
4135

4236
steps:

0 commit comments

Comments
 (0)