issues
search
minovakovi
/
akdb
An experimental relational DBMS developed by students @ Faculty of Organization and Informatics, University of Zagreb
6
stars
15
forks
source link
#178 Added CI/CD pipeline with Github Actions
#214
Closed
zanzlender
closed
2 years ago
zanzlender
commented
2 years ago
Additionally, follow these steps to get the necessary secret:
In the navbar click on the profile dropdown -->
Settings
At the bottom of the left menu click
Developer Settings
Click
Personal access token
Generate new token
with the following info
note: AKDB_ACTION_KEY
expiration: No expiration
scopes: Select all of
repo
,
workflow
,
write:packages
,
delete:packages
Generate token
Copy the token
Go to repo -->
Settings
In the left menu click
Secrets
-->
Actions
New repository secret
with the following info
name: AKDB_ACTION_KEY
value: token copied in step 6
Add secret
Additionally, follow these steps to get the necessary secret: