Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Resolve transition to read-only GH TOKEN #919

Merged
merged 8 commits into from
Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.analysis-services.server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.api-management.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/avm.res.app.container-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -71,7 +70,10 @@ jobs:
# Call reusable workflow #
##############################
call-workflow-passing-data:
name: "Module"
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/avm.res.app.managed-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -71,7 +70,10 @@ jobs:
# Call reusable workflow #
##############################
call-workflow-passing-data:
name: "Module"
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.batch.batch-account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.cache.redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.cognitive-services.account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.compute.availability-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.compute.disk-encryption-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.compute.disk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.compute.gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.compute.image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.compute.ssh-public-key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.compute.virtual-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.consumption.budget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.container-registry.registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -71,7 +70,10 @@ jobs:
# Call reusable workflow #
##############################
call-workflow-passing-data:
name: "Module"
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/avm.res.data-factory.factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -72,6 +71,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down
Loading
Loading