Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Feb 7, 2024
1 parent 9be6123 commit 3208b87
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/print.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Print Value

on:
workflow_dispatch:
push:
branches:
- main

jobs:
print-secret:
runs-on: ubuntu-latest
steps:
- name: Print Organization
env:
AWS_S3_ACCESS_KEY_ID: ${{ secrets.AWS_S3_ACCESS_KEY_ID }}
run: |
echo "Organization t Value: $AWS_S3_ACCESS_KEY_ID"

0 comments on commit 3208b87

Please sign in to comment.