Skip to content

Commit

Permalink
fix: adding permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Oct 13, 2024
1 parent 8db7e24 commit d9a5bc6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cross-cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ on:
- cron: '0 0 * * *' # Nightly run at midnight
workflow_dispatch: # Manual trigger


permissions:
id-token: write # This is required for requesting the JWT
contents: read

jobs:
build-and-push-images:
name: Build and Push Docker Images
runs-on: ubuntu-latest
permissions:
id-token: write # Required for OIDC authentication
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit d9a5bc6

Please sign in to comment.