Difference between revisions of "Github Actions"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
- https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service | - https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service | ||
- https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service | - https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service | ||
+ | |||
+ | |||
+ | # Secrets | ||
+ | - https://bloggie.io/@_junrong/using-environment-variables-secrets-in-github-actions |
Revision as of 02:14, 24 November 2020
Self Hosted runner
- https://github.com/jeremybusk/test-githubactions/settings/actions/add-new-runner?arch=x64&os=linux
- https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/adding-self-hosted-runners#:~:text=On%20GitHub%2C%20navigate%20to%20the,runners%2C%22%20click%20Add%20runner.
- https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow
- https://github.com/jeremybusk/test-githubactions/actions
- https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service
- https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service