Skip to content

Commit

Permalink
project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Sep 21, 2024
1 parent a5f7786 commit fd6ca03
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Repository Metadata Sync

on:
push:
branches: [main, master]

jobs:
repo_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@v4
- name: Repository Metadata Sync
uses: iloveitaly/github-actions-metadata-sync@v1
with:
TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
5 changes: 5 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"description": "Easily debug permission issues in NetSuite",
"homepage": "https://github.com/iloveitaly/netsuite-permissions",
"keywords": ["netsuite", "suiteql", "suitescript", "suiteanalytics"]
}

0 comments on commit fd6ca03

Please sign in to comment.