File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Create Release Notes
3232 uses : docker://decathlon/release-notes-generator-action:3.1.5
3333 env :
34- GITHUB_TOKEN : ${{ secrets.NOVUM_PRIVATE_REPOS }}
34+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535 OUTPUT_FOLDER : changelog-versions
3636 USE_MILESTONE_TITLE : " true"
3737 FILENAME_PREFIX : ${{ github.event.inputs.releaseVersion }}
Original file line number Diff line number Diff line change 3333 - name : Run sync for the brand(s)
3434 env :
3535 FIGMA_TOKEN : ${{ secrets.FIGMA_TOKEN }}
36- GITHUB_TOKEN : ${{ secrets.NOVUM_PRIVATE_REPOS }}
36+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737 working-directory : .github/issue-scripts
3838 run : python3 branch-table.py
Original file line number Diff line number Diff line change 3030
3131 - name : Ejecutar script de búsqueda y actualizar issue
3232 env :
33- TOKEN : ${{ secrets.NOVUM_PRIVATE_REPOS }}
33+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434 working-directory : .github/issue-scripts
3535 run : python3 pending-tasks.py
You can’t perform that action at this time.
0 commit comments