Skip to content

Commit

Permalink
chore: test data
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Sep 27, 2024
1 parent f0395c6 commit 17bcc37
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tmp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Tmp

on:
push:

jobs:
test:
name: Read things
runs-on: ubuntu-latest

steps:
- name: Info
run: echo "$CSC_KEY_PASSWORD" && echo "$CSC_LINK"
env:
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
CSC_LINK: ${{ secrets.CSC_LINK }}

0 comments on commit 17bcc37

Please sign in to comment.