Skip to content

Commit

Permalink
ci: using default github token
Browse files Browse the repository at this point in the history
  • Loading branch information
pudkrong committed Aug 4, 2023
1 parent 4a1611a commit 46a11df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-repo-info.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Sync repository info from package.json

env:
GITHUB_TOKEN: ${{ secrets.UPDATE_REPO_INFO_PAT }}
GH_TOKEN: ${{ github.token }}

on:
push:
Expand All @@ -12,6 +12,10 @@ on:
- ".github/workflows/update-repo-info.yaml"
workflow_dispatch:

permissions:
repository-projects: read
contents: write

jobs:
update_repo_info:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 46a11df

Please sign in to comment.