mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-16 22:09:30 +00:00
add id-token permission as its required by tailscale login
This commit is contained in:
@@ -20,7 +20,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # required to upload release asset
|
contents: write # required to upload release asset
|
||||||
packages: write
|
packages: write # needed for publishing packages to GHCR
|
||||||
|
id-token: write # needed for login into tailscale with GitHub OIDC Token
|
||||||
steps:
|
steps:
|
||||||
- name: Check it out
|
- name: Check it out
|
||||||
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
|
id-token: write
|
||||||
uses: ./.github/workflows/build-and-publish-docker.yaml
|
uses: ./.github/workflows/build-and-publish-docker.yaml
|
||||||
with:
|
with:
|
||||||
artifact_run_id: ${{ github.run_id }}
|
artifact_run_id: ${{ github.run_id }}
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
|
id-token: write
|
||||||
uses: ./.github/workflows/build-and-publish-docker.yaml
|
uses: ./.github/workflows/build-and-publish-docker.yaml
|
||||||
with:
|
with:
|
||||||
artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
|
artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
|
id-token: write
|
||||||
uses: ./.github/workflows/build-and-publish-docker.yaml
|
uses: ./.github/workflows/build-and-publish-docker.yaml
|
||||||
with:
|
with:
|
||||||
artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
|
artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user