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

Publish manifests automatically when released #422

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rajashekhargundeti
Copy link
Member

Automates attaching of manifests during release pipeline

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 6, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4342869488

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 29.696%

Totals Coverage Status
Change from base Build 4292394607: 0.0%
Covered Lines: 2966
Relevant Lines: 9988

💛 - Coveralls


- name: Get current release
id: get_release
uses: bruceadams/get-release@v1.3.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if this is allowed gitactions by OGHO. please get it reviewed by @Djelibeybi

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Djelibeybi,
Could you pls review this git action and confirm whether we can use this or not?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not in the list of allowed actions. You'd either have to replace it, fork it or request approval for it.

GITHUB_TOKEN: ${{ github.token }}

- name: upload manifests
uses: shogo82148/actions-upload-release-asset@v1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if this is allowed gitactions by OGHO. please get it reviewed by @Djelibeybi

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Djelibeybi,
Could you pls review this git action and confirm whether we can use this or not?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not in the list of allowed actions. You'd either have to replace it, fork it or request approval for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants