Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
chore: remove Github actor restriction on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carleeto committed Feb 14, 2024
1 parent 438cda9 commit 4a823d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Release
on:
push:
tags:
- "v*.*.*"
- 'v*.*.*'

jobs:
release:
runs-on: ubuntu-latest
if: contains('["nattb8", "dom-murray"]', github.actor)

steps:
- uses: actions/checkout@v3
Expand All @@ -30,4 +29,4 @@ jobs:
with:
body: ${{ steps.release_notes.outputs.release_notes }}
env:
GITHUB_TOKEN: ${{ secrets.PLATFORM_SA_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PLATFORM_SA_GITHUB_TOKEN }}

0 comments on commit 4a823d3

Please sign in to comment.