Skip to content

Commit

Permalink
Merge master into new-feature/boards/49
Browse files Browse the repository at this point in the history
  • Loading branch information
mergebotmikroe[bot] authored Dec 3, 2024
2 parents 32b5d3d + 7f24691 commit daa67a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
index:
runs-on: ubuntu-latest
steps:
- name: Show token
run: echo "Token starts with ${{ secrets.GITHUB_TOKEN:0:5 }}"

- name: Authorize Mikroe Actions App
uses: actions/create-github-app-token@v1
id: app-token
Expand Down Expand Up @@ -81,7 +78,7 @@ jobs:
if [[ ${{ github.event.inputs.set_as_latest }} ]]; then
echo "Promote to latest requested, but ignored. Only available for LIVE updates."
fi
python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.release_version }} ${{ secrets.ES_INDEX_TEST }} "False"
python -u scripts/index.py ${{ github.repository }} ${{ steps.app-token.outputs.token }} ${{ github.event.inputs.release_version }} ${{ secrets.ES_INDEX_TEST }} "False"
fi
- name: Trigger database update in Core repo
Expand Down

0 comments on commit daa67a8

Please sign in to comment.