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

ci(release): change variable and secret names for release #726

Closed
wants to merge 1 commit into from

Conversation

joshblack
Copy link
Member

We ran into an error over at: https://github.com/primer/primitives/actions/runs/6106288510/job/16571101152 in the release workflow where the error indicated that the app id was not provided. This PR is adding in the shared variables and secrets in use in other repos that I think are correct but wanted to double-check with you @camertron to see if there is another set we should be using 👀

@joshblack joshblack requested a review from a team as a code owner September 7, 2023 15:17
@joshblack joshblack requested review from a team, rezrah and josepmartins September 7, 2023 15:17
@changeset-bot
Copy link

changeset-bot bot commented Sep 7, 2023

⚠️ No Changeset found

Latest commit: bb5731d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2023

Variables changed
No variables changed

@github-actions github-actions bot temporarily deployed to storybook-preview September 7, 2023 15:20 Inactive
@joshblack joshblack added the skip changeset Apply to PRs that should not result in a version bump. label Sep 7, 2023
client-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_CLIENT_ID }}
client-secret: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_CLIENT_SECRET }}
installation-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_INSTALLATION_ID }}
app-id: ${{ vars.PPRIMER_APP_CLIENT_ID_SHARED }}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
app-id: ${{ vars.PPRIMER_APP_CLIENT_ID_SHARED }}
app-id: ${{ vars.PRIMER_APP_CLIENT_ID_SHARED }}

@camertron
Copy link
Contributor

Thanks! This should already be fixed in main 👍

@camertron camertron closed this Sep 22, 2023
@lukasoppermann lukasoppermann deleted the joshblack-patch-1 branch April 9, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changeset Apply to PRs that should not result in a version bump.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants