-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(setup): update netifly to v16 #2421
Conversation
|
Preview environment ready: https://preview-2421--swisspost-design-system-next.netlify.app |
Revert "setup a way to test my worklfow action" This reverts commit afaf0c5. setup a way to test my worklfow action changes deploy worklfow for testing purpose Checkout head try again tries to use actions from current branch another one additional commit to maybe trigger moified action updates netifly in deploy action exptected to fail
bde7c39
to
e523382
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@b1aserlu, @oliverschuerch the fact that deploy workflows are run from main is a security feature. This allows us to not use the github secrets for feature branches or pull requests from forks where they could potentially be stolen. Therefore, the only way to test this, is on main. Not ideal, but secure. |
I think if we update our deploy-to-netifly action to use a filter with a package name we pass to this action then using netifly v16 would be no Problem.
However @oliverschuerch and myself @b1aserlu failed to come up with a way to properly test this. As for some reason the deploy worklfows are only triggered from main and not as expected from the current branch.