Skip to content

Commit 24d52b2

Browse files
s
1 parent 290b4ce commit 24d52b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/scratch-workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@ on:
88
jobs:
99
scratch:
1010
runs-on: ubuntu-latest
11+
environment: staging
1112
steps:
1213
- run: echo "Hello, world!"
14+
15+
- name: Print environment variable
16+
env:
17+
NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT: ${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
18+
run: echo $NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT

0 commit comments

Comments
 (0)