Julian Joseph

Results 36 comments of Julian Joseph

@mertnacakgedigi I believe this is expected, but I [discovered](https://github.com/dependabot/fetch-metadata/issues/111#issuecomment-992990481) that you could actually use a Personal Access Token (PAT) instead of `GITHUB_TOKEN` which should do the trick. Would looks something...

Hm, actually maybe `GITHUB_TOKEN` permissions can be modified: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token

Created a feature request discussion to hopefully get GitHub to make this a bit clearer: https://github.com/github-community/community/discussions/21091

This actually has turned into a blocker for me to use CCI in Github Actions while passing secrets in a variable since m[ulti-line secrets](https://github.com/jenkinsci/hashicorp-vault-plugin/issues/78) are not able to be easily...

@prescod hm, I'm still learning about scope and subshells... I was having some issues first saving them in one step and then accessing them in another since they are running...

Maybe this is assumed but I'll also throw in there that it would be great to know if the command included any options when it was run.

@bethbrains I would say almost :-D. Having a docker container already should make this one even easier, but specifically, this issue relates to creating a Dev Container for use in...

> https://hub.docker.com/repository/docker/rupertbarrow/salesforcedx-cci Thanks @RupertBarrow ! I will probably use this for some of my actions. That being said I think it still needs one more file to satisfy this feature...

@RupertBarrow sure for this feature request I'm pretty sure a `devcontainer.json`. For a Dev Container I believe it's a Dev Container file paired with a docker image.

@davisagli hm, that's a really interesting one. I definitely like the thought behind it. In some ways, it's almost like the next level of what I've described in terms of...