-
The actions:
```
- uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: |
${{ secrets.KEY1}}
${{ secrets.KEY2}}
- name: Test Pkg Add Pkg…
-
## Summary / Background
Right now, CML only supports basic auth based on usernames and passwords which have a very wider access scope and are not recommended security wise if we want to just post c…
-
**Bug description**
Have two packages hosted on github as private repos.
Getting this error:
```
An error occurred while resolving packages:
Project has invalid dependencies:
: Error…
-
Why would we receive the malformed url error for the url below:
http://thumbor-server.com/5DlvHS38TZ3OTS2t7qKdKzN6lU4=/252x198/https://s3.amazonaws.com/bucket-name/rP1ysDPH_Photo_Apr_18_8_46_13_PM.jp…
-
The use of `os.userInfo().homedir` depends on a `/etc/passwd` entry, which in some hardened setups may not exist. `os.homedir()`, which just depends on `$HOME`, is more more likely to be right.
Fo…
-
In your second example, you use:
```html
[text color="red"]This is red text.[/text]
```
What if `This is red text.` is dynamic content? Take for example, a wrapper element.
HTML:
```html
…
-
Installing build\app\outputs\apk\app.apk... 9.6s
W/ResourceType( 9067): No package identifier when getting name for resource number 0x00000000
E/flutter ( 9067): [ERROR:flutt…
-
**TLDR:**
CMake configuration step fails to FetchContent_MakeAvailable when trying to clone a private repository.
**Background:**
We have a C++ project which uses CMake and FetchContent to manage…
-
I had a go with this and it although I've put the private key into a secret and done:
```
name: Deploy to VPS
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-la…
-
### Terraform CLI and Provider Versions
master
### Use Cases or Problem Statement
`openssh.MarshalPrivateKey` is always with `""` comment. We actually need to be able to configure it.
Here it is…