Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar-feature #269

Open
Wickedlilang3l opened this issue Mar 17, 2023 · 1 comment
Open

Calendar-feature #269

Wickedlilang3l opened this issue Mar 17, 2023 · 1 comment

Comments

@Wickedlilang3l
Copy link

Issue Type: Bug, Question, Improvement or Feature (Select One)

Description:

A brief overview of the issue. Please make sure to include detailed information and a clearly written assessment of the impact or priority of the issue.

Could we add a calendar of spaces and times to be able to coordinate as a collective community?

will you ask Elon to bring me on so I can figure out how to get us all paid on spaces????

Expected Result:

# expected output here

Actual Result:

# actual output here

Steps to Reproduce:

Relates To: #123

@Iksanpakaya
Copy link

name: Ruby Gems

on:
release:
types: [published]

jobs:
build:
name: Build + Publish
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
  uses: actions/setup-ruby@v1
  with:
    ruby-version: '2.7'

- name: Publish to RubyGems
  run: |
    mkdir -p $HOME/.gem
    touch $HOME/.gem/credentials
    chmod 0600 $HOME/.gem/credentials
    printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
    gem build *.gemspec
    gem push *.gem
  env:
    GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_AUTH_TOKEN}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants