Skip to content

Commit

Permalink
Add GITHUB_TOKEN to releases job (#5)
Browse files Browse the repository at this point in the history
* Release permissions appear to not have been set correctly

This corrects that

* Bump for CI changes
  • Loading branch information
jonathanrainer authored Aug 29, 2024
1 parent 3dbcaba commit b95471b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
- name: Create GitHub Release
if: ${{ github.event_name != 'pull_request' }}
uses: comnoco/create-release-action@v2.0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ matrix.changed_dir }}/v${{ steps.calculate_version.outputs.version }}
release_name: ${{ matrix.changed_dir }} - v${{ steps.calculate_version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion binary-builder-glibc/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.0
version: 0.1.1
description: Builder image for Rust binaries that must be built with the correct glibc version
platforms:
- linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion binary-builder-musl/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.0
version: 0.1.1
description: Builder image for Rust binaries that must be built & linked with musl
platforms:
- linux/arm64
Expand Down

0 comments on commit b95471b

Please sign in to comment.