Skip to content

Commit

Permalink
Merge pull request #395 from RasaHQ/INFRA-750-fix_oidc
Browse files Browse the repository at this point in the history
Fix OIDC Workflow
  • Loading branch information
rasa-jmac authored Mar 26, 2024
2 parents c340598 + 375e303 commit d272e69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/security-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ env:
GITHUB_WORKFLOW_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
REPORT_BUCKET: "rasa-container-scan-reports"

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

jobs:
get_tags:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d272e69

Please sign in to comment.