teloc icon indicating copy to clipboard operation
teloc copied to clipboard

Add github action to auto-publish crate when cargo.toml version is bumped. #35

Open aburkhalter512 opened this issue 3 years ago • 2 comments

@p0lunin If these tokens haven't already been added to the repo's secrets, can you add them: CRATESIO_TOKEN, GITHUB_TOKEN?

aburkhalter512 avatar Jul 03 '22 18:07 aburkhalter512

@aburkhalter512 which allowances I should provide to the github token?

p0lunin avatar Jul 09 '22 07:07 p0lunin

Apparently the github token is auto-generated for the workflows, so I don't think we actually need to add one. I'll update the permissions to set the minimum required for the job to pass

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

aburkhalter512 avatar Jul 09 '22 18:07 aburkhalter512