Skip to content

Commit

Permalink
Update CodeQL cron, test repo secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Snyder committed Apr 9, 2023
1 parent 178453f commit 0c1b54e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '29 21 * * 5'
- cron: '0 0 * 1/2 5' # run every other month on the first Friday at midnight

jobs:
analyze:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Deploy kbsb-demodash
run-name: ${{ github.actor }} is deploying.
run-name: Deploying kbsb-demodash (${{ github.actor }}).

on:
push:
Expand All @@ -20,6 +20,7 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: echo "${{ github.workspace }}"
- run: |
echo "🍏 This job's status is ${{ job.status }}."
node-version:
Expand All @@ -34,3 +35,6 @@ jobs:
- run: npm install -g pnpm
- run: pnpm --version
- run: make --version
- env:
TEST_VAR: ${{ secrets.TEST }}
run: echo "$(TEST_VAR)"

0 comments on commit 0c1b54e

Please sign in to comment.