Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Nov 21, 2023
0 parents commit 8e161e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
on:
- push
- pull_request
jobs:
print-secret:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Print secret
run: |
echo "MY_SECRET has length ${#MY_SECRET} and hash $(echo $MY_SECRET | md5sum)"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Just testing whether PRs from forks get access to GitHub secrets.

0 comments on commit 8e161e8

Please sign in to comment.