Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework git tag workflow #122

Open
tsaucier-sf opened this issue Jan 8, 2024 · 0 comments
Open

Rework git tag workflow #122

tsaucier-sf opened this issue Jan 8, 2024 · 0 comments

Comments

@tsaucier-sf
Copy link
Contributor

Right now, the Tag workflow is using the sf-arc-ci PAT to tag the repo and kick off a new workflow for docker builds. This needs to be update to use the GH Actions GITHUB_TOKEN to avoid having to manage this PAT long term. With Action tokens, though, we cannot chain the workflows together. The tag step will need to push the update tag value to SSM where the downstream dependent workflows will be able to pick it up and use for the different jobs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant