Andrew Sackville-West

Results 7 comments of Andrew Sackville-West
trafficstars

Any progress on this issue? It's becoming a problem for us as aiopg versions below 1.0.0 spam our consoles with hundreds of deprecation warnings, while upgrading brings in this clearly...

Can confirm this problem still exists today, and might be getting worse. Our config: ```yaml - name: Configure AWS credentials (HUB) uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.HUB_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{...

Still happening. Reliably failing when dependabot induces a build by opening a PR. Subsequent re-run of the job succeeds.

I learned some stuff yesterday... https://github.com/aws-actions/configure-aws-credentials/issues/188 https://github.com/aws-actions/configure-aws-credentials/issues/202 https://github.com/dependabot/dependabot-core/issues/3253 Basically, appears to be a secrets configuration problem.

I know this is ancient history, but... Is there any improvement to this pattern? I went looking and couldn't find anything. I'm a little skeptical about depending on an internal...

Is this still a thing? I believe the problem here is that this action won't upload files that are `.gitignore`d. At least that seems to be what I'm seeing.

Ah, yeah. That's what I ultimately discovered, as well. The action doesn't respect `working-directory`.