Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tercemundo authored Jan 5, 2024
1 parent f90462a commit 42bcb33
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:


jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Use Secret
run: echo "My secret key is ${ { secrets.MY_SECRET_KEY } }"
terraform_apply:
runs-on: ubuntu-latest
- name: Use Secret
run: echo "My secret key is ${ { secrets.MY_SECRET_KEY } }"

0 comments on commit 42bcb33

Please sign in to comment.