Skip to content

Commit

Permalink
Update safe-settings.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
  • Loading branch information
hilmarf authored Feb 24, 2025
1 parent bdebd42 commit 1e1c20d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/safe-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
jobs:
safeSettingsSync:
runs-on: ubuntu-latest
env:
# Version/tag of github/safe-settings repo to use:
SAFE_SETTINGS_VERSION: 2.1.16

# Path on GHA runner box where safe-settings code downloaded to:
SAFE_SETTINGS_CODE_DIR: ${{ github.workspace }}/.safe-settings-code
steps:
# Self-checkout of 'admin' repo for access to safe-settings config:
- uses: actions/checkout@v4
Expand All @@ -19,8 +13,8 @@ jobs:
- uses: actions/checkout@v4
with:
repository: github/safe-settings
ref: $SAFE_SETTINGS_VERSION
path: $SAFE_SETTINGS_CODE_DIR
ref: '2.1.16'
path: ${{ github.workspace }}/.safe-settings-code

# setup node
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 1e1c20d

Please sign in to comment.