Skip to content

Commit

Permalink
Removed project for issue
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj committed Sep 10, 2024
1 parent 109a32a commit f35d761
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prod-deploys-create-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
create_issue:
permissions: write-all
# permissions: write-all
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -16,9 +16,8 @@ jobs:

- name: Create issue
env:
project: "Data Catalogue"
label: "deployment"
title: ":rocket: Deploy to production: ${{ github.event.repository.updated_at }}"
body: "Deploy to production: ${{ github.event.repository.updated_at }}"
run: |
gh issue create --project "$project" --title "$title" --body "$body" --label "$label"
gh issue create --title "$title" --body "$body" --label "$label"

0 comments on commit f35d761

Please sign in to comment.