twisted / incremental

A library for versioning your Python projects.
Other
139 stars 22 forks source link

apidocs build is failing to publish #98

Closed twm closed 3 months ago

twm commented 4 months ago

The apidocs build is failing to publish to GitHub pages and has been for at least 6 months.

twm commented 4 months ago

(The API hasn't changed so this is not urgent.)

adiroiban commented 4 months ago

The issue is due to GitHub Actions workflow permissions.

The token on has

GITHUB_TOKEN Permissions
  Contents: read
  Metadata: read

For the publish job we also need to add content: write