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

Add Github Token to workflow #51

Closed
rrrrrrmb opened this issue Oct 1, 2020 · 3 comments
Closed

Add Github Token to workflow #51

rrrrrrmb opened this issue Oct 1, 2020 · 3 comments
Assignees
Labels
assigned Issues which are assigned to someone documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@rrrrrrmb
Copy link
Contributor

rrrrrrmb commented Oct 1, 2020

Describe the bug
My PR #45 has a an error in the hacktoberfest.yml.I forgot to add the Github token as an environment variable.Thus the action build fails

Solution
add the following line to the hacktoberfest.yml

      - name: hacktoberfest-action
        uses: mdb571/hacktoberfest-action@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} <-- add this line
          LABEL_COLOR: ${{ secrets.LABEL_COLOR }}
          LABEL_FILTER: ${{secrets.LABEL_FILTER}}
@github-actions
Copy link

github-actions bot commented Oct 1, 2020

Hi thanks for creating your first issue at Amazing-Python-Scripts, hope you followed the guidelines.

@avinashkranjan
Copy link
Owner

@mdb571 Kindly create a PR for the Same..

@avinashkranjan avinashkranjan added assigned Issues which are assigned to someone enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed documentation Improvements or additions to documentation labels Oct 1, 2020
@avinashkranjan
Copy link
Owner

@mdb571 Build is still failing, kindly look into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned Issues which are assigned to someone documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants