Skip to content

Commit

Permalink
Make CODEVITALS_PROJECT_TOKEN input optional
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcgill committed Oct 10, 2024
1 parent 31ce381 commit 7d2fedb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ on:
secrets:
CODEVITALS_PROJECT_TOKEN:
description: 'The authorization token for https://www.codevitals.run/project/wordpress.'
required: true
required: false
default: ''

env:
PUPPETEER_SKIP_DOWNLOAD: ${{ true }}
Expand Down

0 comments on commit 7d2fedb

Please sign in to comment.