Skip to content

Commit

Permalink
Update abc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abuarbaz authored Sep 5, 2024
1 parent 870addd commit 91d5192
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/abc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Rotate

on:
workflow_dispatch:
inputs:
Expand All @@ -16,26 +14,3 @@ on:
description: "8 Digit employee ID (required only for prod)"
required: true
default: "NA"

permissions:
contents: read
actions: write # Make sure this is set correctly

jobs:
RotateStorageKeys:
name: Rotate Storage Account Keys if older than 300 days
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Azure CLI Login
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Check Storage Account Keys Age and Rotate if necessary
id: rotate_keys
run: |
# Your script here

0 comments on commit 91d5192

Please sign in to comment.