본문 바로가기

github_actions8

GitHub Actions #8 - Authenticating with the GITHUB_TOKEN # GitHub Actions 번역하며 요약하기 https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token Authenticating with the GITHUB_TOKEN - GitHub Help Authenticating with the GITHUB_TOKEN GitHub provides a token that you can use to authenticate on behalf of GitHub Actions. GitHub Actions is available with GitHub Free, GitHub Pro, GitHub Team, GitHub Enterprise C.. 2020. 3. 31.
GitHub Actions #7 - Using environment variables # GitHub Actions 번역하며 요약하기 https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables Using environment variables - GitHub Help Using environment variables GitHub sets default environment variables for each GitHub Actions workflow run. You can also set custom environment variables in your workflow file. GitHub Actions is available with GitHub Free, GitHub P.. 2020. 3. 30.
GitHub Actions #6 - Creating and storing encrypted secrets # GitHub Actions 번역하며 요약하기 https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets Creating and storing encrypted secrets - GitHub Help Creating and storing encrypted secrets Encrypted secrets allow you to store sensitive information, such as access tokens, in your repository. GitHub Actions is available with GitHub Free, GitHub Pro, GitHub Te.. 2020. 3. 29.
GitHub Actions #5 - Build and upload debug apk 오늘은 starter-workflows/ci/ 에서 android.yml 파일을 그대로 작성해보았다 master 에 푸시 후 해당 워크플로우가 실행되었고 실패했다,, 자세한 로그 내용을 보니 아래와 같다 android.yml 을 좀 수정해보았다 깃헙 Marketplace 의 action들 중 gradle command 를 가져다 써보는걸로 아래와 같이 추가했다 - uses: eskatos/gradle-command-action@v1 이번에는 keystore 이슈가 발생했는데 보안이 필요하여 'Creating and storing encrypted secrets' 에 대해 뭔지 살펴봐야할 것 같다 우선 위 이슈 해결 전에 debug apk 를 Artifacts 에 업로드하는걸 해보았다 (gradle-com.. 2020. 3. 28.
GitHub Actions #4 - Managing a workflow run # GitHub Actions 번역하며 요약하기 https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run Managing a workflow run - GitHub Help Managing a workflow run You can view the status and results of each step in your workflow, cancel a pending workflow, debug and re-run a failed workflow, search and download logs, and download artifacts. GitHub Actions is available with Gi.. 2020. 3. 27.
GitHub Actions #3 - Starting with preconfigured workflow templates # GitHub Actions 번역하며 요약하기 https://help.github.com/en/actions/getting-started-with-github-actions/starting-with-preconfigured-workflow-templates Starting with preconfigured workflow templates - GitHub Help Starting with preconfigured workflow templates GitHub provides preconfigured workflow templates to automate your workflow or create a CI workflow for specific languages and frameworks. GitHub .. 2020. 3. 26.