Skip to content

Commit a778a43

Browse files
committed
gh default token for more steps
1 parent 923d283 commit a778a43

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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 }}

.github/workflows/open-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
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

.github/workflows/pending-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
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

0 commit comments

Comments
 (0)