Skip to content

Commit

Permalink
[ci] add pemissions to fpga job to access gcp bucket
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
  • Loading branch information
engdoreis authored and HU90m committed Oct 15, 2024
1 parent 99db28f commit 2b64082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
branches: [ "main" ]

permissions:
id-token: write
contents: read

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
CMAKE_BUILD_TYPE: Release
Expand Down

0 comments on commit 2b64082

Please sign in to comment.