Skip to content

Commit

Permalink
Update release_rc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper authored Nov 13, 2024
1 parent d11f6d1 commit cad6529
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@ on:
manifest:
description: 'URL of Manifest'
required: true

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: write
packages: write

jobs:
DeployRC:
runs-on: ubuntu-latest
name: Tag and update releases.edn
name: Release RC
steps:
- uses: actions/checkout@v3
- name: Verify RC version input
Expand Down

0 comments on commit cad6529

Please sign in to comment.