We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96a2eb commit b913ec2Copy full SHA for b913ec2
.github/workflows/test.yaml
@@ -47,7 +47,8 @@ jobs:
47
upgrade-flavors: ${{ steps.test-flavor.outputs.upgrade-flavors }}
48
49
test:
50
- needs: flavor-test
+ needs: flavor-test
51
+ permissions: write-all
52
uses: defenseunicorns/uds-common/.github/workflows/test-deploy.yaml@callable_workflow_fix #@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
53
with:
54
upgrade-flavors: ${{ needs.flavor-test.outputs.upgrade-flavors }}
0 commit comments