Skip to content

Commit

Permalink
Merge pull request #14 from Sundae-Shop-Consulting/jayhatha/workflow-…
Browse files Browse the repository at this point in the history
…gh-token

Add GH token to workflow env context
  • Loading branch information
jayhatha authored Jun 20, 2024
2 parents e75b96a + 6577d5a commit b9f1a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
dev-hub-auth-url: "${{ secrets.DEV_HUB_AUTH_URL }}"
gh-email: "${{ secrets.GH_EMAIL }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b9f1a3a

Please sign in to comment.