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

Implement GitHub action for auto building stuff #713

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

Conversation

xADDBx
Copy link

@xADDBx xADDBx commented Jun 14, 2024

I just found out that it's not possible to just grant access to repository that you don't own. Meaning
To make this work, you'd need to:

  1. Create an Api Key with read:packages permissions here
  2. Create a Repository secret which contains the API Key here
  3. In each of the 3 .yml workflow files, replace
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    with
    GITHUB_TOKEN: ${{ secrets.MY_REPO_SECRET_NAME }}

If I did everything right, then even though I changed some stuff in the csproj, the project should still work completely the same for you.
You might want to squash the commits if you merge.

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

Successfully merging this pull request may close these issues.

1 participant