CarlosOliveira1988 / Investment_Portfolio_Analysis

This repository is useful to perform some financial analysis in Investment Portfolio
4 stars 0 forks source link

CI/CD to automatically assign project to issues and pull request #44

Closed cezaroliveira closed 3 years ago

cezaroliveira commented 3 years ago

Related Issues

Affected changes

Proposed Changes

Additional Info

Checklist

Screenshots

Original Updated
original screenshot updated screenshot
cezaroliveira commented 3 years ago

@CarlosOliveira1988 , follow this instructions and create a secret to use in GitHub Actions.

  1. Set secrets GITHUB_TOKEN (or another name you desire).
    1. Create personal access token with repo scope on https://github.com/settings/tokens.
    2. Create secret GITHUB_TOKEN on https://github.com/CarlosOliveira1988/Investment_Portfolio_Analysis/settings/secrets. The value is same to personal access token you created the above.