From f2e3a2ddfb6b5a2425ffe075de30b062f5444f41 Mon Sep 17 00:00:00 2001 From: Kashyab Murali <22251972+Kashyab19@users.noreply.github.com> Date: Fri, 12 Jul 2024 19:58:45 -0400 Subject: [PATCH] Feature/assignment 04 (#12) * Assignment 02 - Created a authentication system using Go - Created a Github to do simple build and test check upon pushing it to main branch * Testing out if the actions are working? - Added a line in README * Testing again now with postgres config * Cool * Made changes only in the README to check if the Git Actions are working - README is changed. * Found the mistake * Missing UUID extension added in the Github Actions File - ERROR: function uuid_generate_v4() does not exist - I think this is causing the subsequent to be failing - Resolution: Added a line to install the extension in YAML * Testing Forked Repo to Organization Repo Secrets part - Gave myself an admin access to see if my forked repo is able to access the secrets of base org repo * pretty much trying the same thing