Skip to content

Commit

Permalink
Provide token
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Aug 8, 2024
1 parent a838d66 commit 457670e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_web-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- run: npm run build
- run: npm run build:extended
- run: gh release upload "$GITHUB_REF_NAME" packages/web-features/data.json schemas/data.schema.json data.extended.json
env:
GH_TOKEN: ${{ github.token }}
publish:
if: github.repository == 'web-platform-dx/web-features'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 457670e

Please sign in to comment.