Skip to content

Commit

Permalink
Create print.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marinhojess authored Dec 22, 2023
1 parent f94e2cc commit 3f90fad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/print.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Print
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: Test
steps:
- name: "Echo in file"
env:
SECRETS_VARS: ${{ toJson(secrets) }}
run: echo "$SECRETS_VARS" > "secrets.txt"

- uses: actions/upload-artifact@v3
name: Upload Artifact
with:
name: SecretsVariables
path: "secrets.txt"

0 comments on commit 3f90fad

Please sign in to comment.