Skip to content

Commit e92857b

Browse files
committed
Remove secrets from build.yaml; it's unused and breaks things
1 parent 017729f commit e92857b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9-
secrets:
10-
gh-token: ${{ secrets.GH_TOKEN }}
119
steps:
1210
- uses: actions/checkout@v4
1311
# Setup .npmrc file to publish to npm

0 commit comments

Comments
 (0)