Skip to content

Commit

Permalink
Update release-caller.yml to use GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru authored Apr 12, 2022
1 parent 4f06fde commit 77018fc
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 @@ -11,7 +11,7 @@ jobs:
call-workflow-build:
uses: adafruit/Adafruit_Wippersnapper_Arduino/.github/workflows/build-clang-doxy.yml@main
secrets:
token: ${{ secrets.TOKEN }}
token: ${{ secrets.GH_TOKEN }}

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

0 comments on commit 77018fc

Please sign in to comment.