Skip to content

Commit 742fcc9

Browse files
feat(README): improved workflows
1 parent ef49d73 commit 742fcc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/constellation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run: sudo apt-get update && sudo apt-get install -y graphviz jq
1010
- env:
1111
ORG: ModioStudio
12-
GH_TOKEN: ${{ secrets.ORG_TOKEN }}
12+
GH_TOKEN: ${{ github.token }}
1313
run: |
1414
# fetch repos + topics
1515
DATA=$(gh api -H "X-GitHub-Api-Version: 2022-11-28" /orgs/$ORG/repos --paginate)

0 commit comments

Comments
 (0)