diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index 9dc68bb..18fc26a 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -5,6 +5,10 @@ on: - cron: '0 0 * * *' # Runs daily at midnight workflow_dispatch: # Allows manual triggering +permissions: + contents: write + pull-requests: write + jobs: update-packages: runs-on: ubuntu-latest diff --git a/src/types.ts b/src/types.ts index 00a1742..365125d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -3,5 +3,6 @@ export interface Package { description: string; vendor: string; sourceUrl: string; + homepage: string; license: string; } \ No newline at end of file