[riot-notifications] [RIOT-OS/RIOT] gh-actions: add direct link to circleci doc preview (#15409)
Martine Lenders
notifications at github.com
Tue Nov 10 17:03:28 CET 2020
> It is supposed to trigger on status changes.
>
> https://github.com/RIOT-OS/RIOT/blob/948777936dde897505c8e0cd69bb8f2cbe53606a/.github/workflows/circleci.yml#L1
Now that I look at it again: Shouldn't this rather be
```yaml
on:
pull_request:
types: [status]
```
?
> Could it be an issue with the github token ?
>
> https://github.com/RIOT-OS/RIOT/blob/948777936dde897505c8e0cd69bb8f2cbe53606a/.github/workflows/circleci.yml#L10
That's [provided natively by GitHub](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow) and works like a charm with the `check-label.yml` action.
> Also it worked like a charm on my repo :)
True, but it does not work here ;-).
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15409#issuecomment-724798104
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201110/253635cb/attachment-0001.htm>
More information about the notifications
mailing list