9
pkg/runner/testdata/secrets/push.yml
vendored
Normal file
9
pkg/runner/testdata/secrets/push.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: basic
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo '${{secrets.MY_SECRET}}' | grep 'top-secret'
|
Reference in New Issue
Block a user