Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Sep 10, 2024
1 parent ea0b0c0 commit 74dbf27
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,21 +0,0 @@
name: Send Slack notifications
on:
push:
branches:
- main
- 'feature/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Send Slack deployment notifications
id: cf-pages
uses: arddluma/cloudflare-pages-slack-notification@v3.1
with:
accountEmail: ${{ secrets.CF_ACCOUNT_EMAIL }}
apiKey: ${{ secrets.CF_API_KEY }}
accountId: ${{ secrets.CF_ACC_ID }}
project: ${{ secrets.CF_PROJECT }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
slackWebHook: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 74dbf27

Please sign in to comment.