Skip to content

Commit

Permalink
ci: dont specify token use default
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Aug 13, 2024
1 parent abafd08 commit 3c3bf19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_all_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
timestamp: ${{ steps.set-timestamp.outputs.timestamp }}
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ACCESS_TOKEN }}
# with:
# token: ${{ secrets.ACCESS_TOKEN }}
- id: set-matrix
run: echo "::set-output name=matrix::$(./Tools/generate_board_targets_json.py --group)"
- id: set-timestamp
Expand All @@ -34,8 +34,8 @@ jobs:
options: --user 1001
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ACCESS_TOKEN }}
# with:
# token: ${{ secrets.ACCESS_TOKEN }}
- name: ccache setup keys
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 3c3bf19

Please sign in to comment.