Pascal Zimmermann

Results 104 comments of Pascal Zimmermann

@polina-c I've got a solution for you. You need a personal access token, it's necessary to set up the branch protection rule "Allow force pushes" to "Specify who can force...

@polina-c Sure, I'll adjust the documentation as a follow-up.

Hi @polina-c, > I checked the documentation. Is it correct understanding that I am missing 'force_with_lease: true' in my script? Let me try it. This relates to your case. I...

Hi @nriss, it's necessary that you've specified the corresponding custom token inside [triggered](https://github.com/ansforge/IG-documentation/actions/runs/5455795460/workflow#L10) workflow file or forward it to the other action inside the other repository. The default token `${{...

@zhu-xiaowei I'm a bit surprised, because I've tested it my [test case](https://github.com/ZPascal/test_origin_push_action/actions/runs/5165266723/workflow#L49) the mixture between default token and PAT. I'll set up a new test case to further investigate the...

Hi @zhu-xiaowei, `So, I think there may be some difference between my settings and your [test case](https://github.com/ZPascal/test_origin_push_action/actions/runs/5165266723/workflow#L49) settings.` Yes, there is a difference. Unfortunately, I failed to [specify](https://github.com/ZPascal/test_origin_push_action/actions/runs/5165266723/workflow#L50) the right...

@jackton1 Feel free to merge the PR.

@p3l1 Good idea. After the implementation of the new feature, I can remove my custom validation [script](https://gist.github.com/ZPascal/597da0ac4fb3adec159071435790cff9), the `--manual-auth-hook` call inside `certbot certonly --manual-public-ip-logging-ok --manual --manual-auth-hook /srv/test/acme-dns-client.py --preferred-challenges=dns --email [email protected]...

@powersj I've adapted the feature branch and adjusted the scope. I've added now rds performance support! Should I open a new PR or should we handle it here?