Skip to content

Commit

Permalink
Merge pull request #12 from CoreMedia/kontiki/github-action-permissions
Browse files Browse the repository at this point in the history
Added GitHub workflow permission
  • Loading branch information
stefanpieper authored Aug 4, 2023
2 parents 689746c + 42c2a01 commit 693c9db
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout PR
Expand Down Expand Up @@ -115,7 +117,7 @@ jobs:
PLUGINS_NEXUS_PASSWORD: ${{ secrets.PLUGINS_NEXUS_PASSWORD }}
run: |
mvn --batch-mode -Pdocs-third-party generate-resources
if [ -n "$(git status --porcelain documentation)" ]; then
if [ -n "$(git status --porcelain documentation)" ]; then
git add documentation
git commit -m "update license information"
git push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="author" href="mailto:[email protected]" />
<link rel="icon" type="image/png" href="/graphics/gnu-head-mini.png" />
<meta name="ICBM" content="42.355469,-71.058627" />
<link rel="stylesheet" type="text/css" href="/mini.css" media="handheld" />
<link rel="stylesheet" type="text/css" href="/layout.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/print.min.css" media="print" />

Expand Down Expand Up @@ -74,16 +73,19 @@
</p>

<div id="switches">
<a id="search-button" class="switch" href="//www.gnu.org/cgi-bin/estseek.cgi">
<img id="search-icon" height="25" width="25"
<div id="search-button" class="switch">
<a href="//www.gnu.org/cgi-bin/estseek.cgi">
<img id="search-icon" height="30" width="30"
src="/graphics/icons/search.png"
alt="&nbsp;[Search www.gnu.org]&nbsp;" /></a>
</div>

<a id="language-button" class="switch" href="#language-container">
<img id="language-icon" height="25" width="40"
<div id="language-button" class="switch">
<a href="#language-container">
<img id="language-icon" height="30" width="37"
src="/graphics/icons/translations.png"
alt="&nbsp;[Languages]&nbsp;" />
</a>
alt="&nbsp;[Other languages]&nbsp;" /></a>
</div>

</div>
</div>
Expand Down Expand Up @@ -132,6 +134,9 @@
<li id="tabHelp"><a href="/help/help.html">HELP&nbsp;GNU</a></li>


<li id="tabAV"><a href="/audio-video/audio-video.html">AUDIO&nbsp;&amp;&nbsp;VIDEO</a></li>


<li id="tabArt"><a href="/graphics/graphics.html">GNU&nbsp;ART</a></li>


Expand All @@ -153,7 +158,9 @@

<div class="reduced-width">
<h2>GNU Lesser General Public License, version&nbsp;2.1</h2>
<div class="thin"></div>

<p class="button" style="margin: 2em 1.5em">
<b><a href="#SEC1">Skip to license text</a></b></p>

<ul>
<li><a href="/licenses/lgpl.html">The latest version of the LGPL, version
Expand Down Expand Up @@ -925,7 +932,7 @@ <h4 id="SEC4">How to Apply These Terms to Your New Libraries</h4>

<p class="unprintable">Updated:
<!-- timestamp start -->
$Date: 2022/01/10 20:05:44 $
$Date: 2023/06/11 10:08:19 $
<!-- timestamp end --></p>
</div>
</div><!-- for class="inner", starts in the banner include -->
Expand Down

0 comments on commit 693c9db

Please sign in to comment.