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

Use Personal token to create Pull Request from GitHub Actions #40

Merged
merged 1 commit into from
Dec 15, 2019

Conversation

dtan4
Copy link
Owner

@dtan4 dtan4 commented Dec 15, 2019

WHAT

Use Personal Access Token to create Pull Request from GitHub Actions instead of GitHub Action's token.

image

WHY

REF:

Triggering any actions from Pull Request created by Action's token is unavailable because of the safety reasons. Due to this, go mod tidy -> create a Pull Request -> run tests in GitHub Actions doesn't work.

@codecov-io
Copy link

Codecov Report

Merging #40 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   31.57%   31.57%           
=======================================
  Files           5        5           
  Lines         133      133           
=======================================
  Hits           42       42           
  Misses         88       88           
  Partials        3        3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4369de...e1d74eb. Read the comment docs.

@dtan4 dtan4 merged commit ca28dc5 into master Dec 15, 2019
@dtan4 dtan4 deleted the use-personal-token branch December 15, 2019 17:09
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.

2 participants