TECH7Fox / asterisk-hass-addons

Asterisk add-on for Home Assistant
https://tech7fox.github.io/sip-hass-docs/
MIT License
69 stars 26 forks source link

Temp fix for build #258

Closed miguelangel-nubla closed 1 year ago

miguelangel-nubla commented 1 year ago

Fixes #257

TECH7Fox commented 1 year ago

Build still fails. Are they aware of the issue upstream? Maybe they are already working on a fix.

miguelangel-nubla commented 1 year ago
failed to push ghcr.io/tech7fox/asterisk-hass-addon: failed to authorize: failed to fetch anonymous token: unexpected status: 403 Forbidden

Build is fixed, now it is failing to publish the build to ghcr.io. Did you touch the actions token recently? Maybe it has expired? You can check them at https://github.com/settings/tokens and https://github.com/TECH7Fox/asterisk-hass-addons/settings/secrets/actions

Else you can force retry the build again, may be a temporary issue with the authorization flow.

TECH7Fox commented 1 year ago

Ah I see.

I think that only works on our own PR's. Secrets aren't passed to PR's from forks.

felipecrs commented 1 year ago

Just to mention that this was fixed in upstream by https://github.com/asterisk/asterisk/commit/1bf6d02f13ea06369f2b0b948d4ad69c3b3cf5bd. We should revert when upgrading to a version of Asterisk which contains this commit.