Skip to content

Commit 7a1be80

Browse files
committed
Added github.token to the checkout repository action.
1 parent 1aeace8 commit 7a1be80

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/Build_RPS_AppKit-E8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: actions/checkout@v6
3232
with:
3333
ref: v3
34+
token: ${{ github.token }}
3435

3536
- name: Activate vcpkg
3637
uses: ARM-software/cmsis-actions/vcpkg@v1

.github/workflows/Run_RPS_AppKit-E8.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ on:
2222
types: [completed]
2323
branches: [v3]
2424

25+
permissions:
26+
contents: read
27+
actions: read
28+
2529
jobs:
2630
CI:
2731
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
@@ -32,6 +36,7 @@ jobs:
3236
uses: actions/checkout@v6
3337
with:
3438
ref: v3
39+
token: ${{ github.token }}
3540

3641
- name: Download Build Artifact
3742
if: ${{ github.event_name == 'workflow_run' }}

0 commit comments

Comments
 (0)