Skip to content

Commit daf6b00

Browse files
author
Raffaele Marcello
committed
Update first workflow to remove secret variable and environment variable
1 parent dfbbb72 commit daf6b00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/first-workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
steps:
1919
- name: Ship it
2020
uses: mscoutermarsh/cowsays-action@master
21-
env:
22-
MY_VAR: ${{ secrets.SECRET }}
2321
with:
24-
text: 'Ready for prod–ship it! myvar=$MY_VAR'
22+
text: 'Ready for prod–ship it!'
2523
color: 'magenta'

0 commit comments

Comments
 (0)