We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4969c commit a9522e0Copy full SHA for a9522e0
.github/workflows/master.yml
@@ -39,6 +39,9 @@ jobs:
39
name: Deploy to FSS
40
needs: build
41
runs-on: ubuntu-latest
42
+ permissions:
43
+ contents: read
44
+ id-token: write
45
steps:
46
- uses: actions/checkout@v4
47
- name: Deploy til dev-fss
.github/workflows/pull-requests.yml
0 commit comments