We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a51d06 + 320deda commit e7daabaCopy full SHA for e7daaba
1 file changed
.github/workflows/regression-tests.yml
@@ -16,6 +16,9 @@ jobs:
16
regression-tests:
17
runs-on: ubuntu-22.04
18
environment: ${{ inputs.ENVIRONMENT }}
19
+ permissions:
20
+ id-token: write
21
+ contents: write
22
23
steps:
24
- name: Checkout local github actions
0 commit comments