Skip to content

Commit

Permalink
⬆️ Update the token inputs for the publish-project-action (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjennings98 authored Jul 4, 2024
1 parent fe84f73 commit bb93091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
branch: ${{ github.branch || github.ref }}
project-file: ./hello.csolution.yml
dry-run: ${{ github.ref != 'refs/heads/main' }}
API_TOKEN: ${{ secrets.KEIL_API_TOKEN }}
PUBLISH_API_KEY: ${{ secrets.KEIL_API_TOKEN }}
CMSIS_API_KEY: ${{ secrets.CMSIS_API_KEY }}

0 comments on commit bb93091

Please sign in to comment.