You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the permissions in each reusable workflow to ensure the GitHub token you pass from your calling workflow meets the required permissions. Most of the time just passing ${{ secrets.GITHUB_TOKEN }} is sufficient.
This may require you to go to your repository settings and then Actions to Actions Permission and enable reusable workflows. You may also need to update Workflow Permissions to Read and write permissions.
In order to update the semver version of a release both the release and a semver label (major, minor, or patch) must be used on the pull request that is merged to main.
This is to prevent accidental version bumps from pull requests that are not intended to be releases. (example: Dependabot PRs that label themselves with semver labels)
Tip
You can reuse the following files in this repository in your own as they are used by the reusable workflows:
The container image generated in this repo is a placeholder, it contains the files of this repository to ensure it shows "change" and a new container image digest is generated. This allows us to see tagging of the new container image is working and newly generated attestation is related to a new SHA/digest in the packages view.