Skip to content

add temperature sensor #6

add temperature sensor

add temperature sensor #6

name: Release Drafter
on:
push:
branches: [latest]
pull_request: # required for autolabeler
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
stale:

Check failure on line 11 in .github/workflows/release-drafter.yml

View workflow run for this annotation

GitHub Actions / Release Drafter

Invalid workflow file

The workflow is not valid. .github/workflows/release-drafter.yml (Line: 11, Col: 3): Error calling workflow 'donavanbecker/.github/.github/workflows/release-drafter.yml@latest'. The nested job 'update_release_draft' is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'.
uses: donavanbecker/.github/.github/workflows/release-drafter.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}