diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d246ab3..121dc32 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -45,6 +45,9 @@ jobs: version-check: name: Version Check runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: read steps: - uses: actions/checkout@v4 with: diff --git a/package.json b/package.json index 1f91f7e..988b2a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eventkit-stream/testing-workflows", - "version": "0.0.2", + "version": "0.0.3", "description": "A simple workflow testing project using Bun and Hono", "keywords": [], "homepage": "https://github.com/eventkit/eventkit-stream",