Skip to content

Commit 86ade3f

Browse files
committed
fix syntax, add input
1 parent d9fe2a8 commit 86ade3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/token_test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: Test Secret Access
22
on:
33
push:
44
branches: [auto-approve-merge]
5-
on:
65
workflow_dispatch:
6+
inputs:
7+
environment:
8+
description: Environment to test secret access
9+
required: false
10+
default: staging
711

812
jobs:
913
test-secret:

0 commit comments

Comments
 (0)