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

Changing GitHub Actions to reflect the GitHub user + updating some references #26

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from

Conversation

kallewesterling
Copy link
Member

What I have done:

  • Changed versions of referenced actions to be up-to-date (removes warnings in the GitHub actions tool)
  • Changed the manually encoded secrets.GH_TOKEN to the automatic secrets.GITHUB_TOKEN
  • Updated hard-coded references to seshat-global-history-databank/seshat to a variable ${{ github.actor }}/seshat instead, which allows for forks to run builds + tests automatically as well

@kallewesterling
Copy link
Member Author

See conversation in #18

@@ -18,18 +18,24 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all

Choose a reason for hiding this comment

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

Quickly googling ERROR: denied: installation not allowed to Write organization package and the suggestion is to update these permissions to write-all as you already have done - so not sure there, but otherwise everything LGTM

Copy link
Member Author

Choose a reason for hiding this comment

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

It's still not working, so I need to work more on this!

@edwardchalstrey1
Copy link

With this change do you think we even require a doc for #18 ? My original motivation was so any future developers knew how to change the token if I was not working on the project anymore, but that might no longer be an issue

@kallewesterling
Copy link
Member Author

That's my hope!

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

Successfully merging this pull request may close these issues.

2 participants