We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d48566 commit 1c9e3e0Copy full SHA for 1c9e3e0
.github/workflows/publish.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ id-token: write
12
if: github.repository_owner == 'statnett'
13
steps:
14
- name: Checkout code
0 commit comments