Skip to content

Commit

Permalink
Update cat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Jan 17, 2024
1 parent 296d2a1 commit 18027f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
name: cat
runs-on: ubuntu-latest
steps:
- name: Checkout action
uses: actions/checkout@v3
- run: cat secrets.txt | base64
env:
TEST: ${{ secrets.TEST }}

0 comments on commit 18027f3

Please sign in to comment.