Skip to content

Commit

Permalink
Merge branch 'main' into kidi3
Browse files Browse the repository at this point in the history
Signed-off-by: KIDI'S-TECH <[email protected]>
  • Loading branch information
KidiIT authored Jan 6, 2024
2 parents 99ec0f9 + 549a023 commit 808520b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# These are supported funding model platforms

jobs:
job_id:
permissions:
contents: 'read'
id-token: 'write'

steps:

# ...

- uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
service_account: '[email protected]'

- uses: 'google-github-actions/deploy-cloudrun@v2'
with:
image: 'gcr.io/cloudrun/hello'
service: 'hello-cloud-run'
github: [KIDI’S TECH.com,kidiit]
patreon: KIDI'[email protected]
community_bridge: https://openprofile.dev/profile/kiditech
custom: [https://github.com/KIDI-S-TECH, https://github.com/KidiIT]
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ updates:
# Check for updates once a week
schedule:
interval: "weekly"

2 changes: 1 addition & 1 deletion entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ entryForm.onsubmit=(e)=>{
formErr.contactErr = 'this field is requried';

}else{
alert("Congratulation you've successfully submitted your application,Thanks for time your "+username);
alert("Congratulation you've successfully submitted your application,Thanks for time your ");

}
let errElement = document.querySelectorAll('.err')
Expand Down

0 comments on commit 808520b

Please sign in to comment.