Skip to content

Commit

Permalink
Use GH_REPO_TOKEN in caller
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru authored Apr 12, 2022
1 parent f9800e8 commit 1faba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
call-workflow-build:
uses: adafruit/Adafruit_Wippersnapper_Arduino/.github/workflows/build-clang-doxy.yml@main
secrets:
token: ${{ secrets.GH_REPO_TOKEN }}
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}

call-workflow-release:
needs: call-workflow-build
Expand Down

0 comments on commit 1faba5f

Please sign in to comment.