* fix: NPM publishing not currently working
**Description**:
Update permissions block to include `id-token: write` and `packages:
write` permissions which are needed for npm publishing.
Fix issue with secrets in run blocks. Added secrets to environment
variables and incorporated the env variables appropriately.
**Related Issue(s)**:
Closes #1255
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Update per PR feedback and fix typo in filename
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Updated action.yaml and CODEOWNERS
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Update publish.yaml to include localhost testing with verdaccio
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* fix typo
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Add workflow dispatch trigger
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Try specifying org on the registry in .npmrc
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Uncomment the rest of verdaccio
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Update publish.yaml to use a dry-run flag
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Update callouts to changeProjectsReferencesToRepo
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Update calloutsw to changeProjectReferencesToRepo
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Updates working-directory
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Checkout ref
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Add debug info
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Check permissions
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Update calls to go back to original purpose. Add working-directory
parameters for cli and sdk publish steps
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* Update .github/workflows/publish.yaml
Co-authored-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
* ran ./changeVersion.sh 1.27.7
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
---------
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
Co-authored-by: Nathan Klick <nathan@swirldslabs.com>