Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Dec 15, 2024
1 parent a471e62 commit 98c4815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/GaelO1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
push: true
pull: true
tags: ${{ steps.meta.outputs.tags }}

permissions:
contents: read
packages: write
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @package GaelO
* @author Salim Kanoun <[email protected]>
*/
define('GAELO_VERSION', '1.11.14');
define('GAELO_VERSION', '1.11.16');
header('content-type: text/html; charset=utf-8');
header("X-Robots-Tag: noindex, nofollow");
require_once('vendor/autoload.php');
Expand Down

0 comments on commit 98c4815

Please sign in to comment.