Skip to content

Commit

Permalink
fix: adding token-id 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 9d0b19c commit 8db7e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cross-cloud-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ 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 8db7e24

Please sign in to comment.